1
0
Fork 0
forked from gitea/nas

Add block emoji_reaction settings

This commit is contained in:
KMY 2023-07-20 18:24:14 +09:00
parent ccfa297d7b
commit a783f195f4
10 changed files with 86 additions and 1 deletions

View file

@ -69,6 +69,12 @@ class UserSettings
setting :must_be_following_dm, default: false
end
namespace :emoji_reactions do
setting :must_be_follower, default: false
setting :must_be_following, default: false
setting :deny_from_all, default: false
end
def initialize(original_hash)
@original_hash = original_hash || {}
end