Remove stop deliver to bot setting

This commit is contained in:
KMY 2023-09-18 21:35:47 +09:00
parent cfa250421e
commit 9db1fb1153
10 changed files with 63 additions and 4 deletions

View file

@ -235,6 +235,10 @@ module HasUserSettings
settings['disallow_unlisted_public_searchability']
end
def setting_lock_follow_from_bot
settings['lock_follow_from_bot']
end
def allows_report_emails?
settings['notification_emails.report']
end