mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow users to disable new PMs.
https://meta.discourse.org/t/is-it-possible-to-disable-private-messaging-for-a-specific-user/46391
This commit is contained in:
@@ -34,7 +34,8 @@ class UserUpdater
|
||||
:email_in_reply_to,
|
||||
:like_notification_frequency,
|
||||
:include_tl0_in_digests,
|
||||
:theme_key
|
||||
:theme_key,
|
||||
:allow_private_messages,
|
||||
]
|
||||
|
||||
def initialize(actor, user)
|
||||
|
||||
Reference in New Issue
Block a user