mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
settings: Remove private_message_policy setting.
Removes `private_message_policy` field from both the API and the backend.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 04:46
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("zerver", "0551_alter_realm_direct_message_initiator_group_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="realm",
|
||||
name="private_message_policy",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user