Add: #213 右サイドメニューからお気に入りを削除するオプション (#262)

This commit is contained in:
KMY(雪あすか) 2023-11-09 11:53:57 +09:00 committed by GitHub
parent 85a6631709
commit e3c71cb3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 61 additions and 36 deletions

View file

@ -263,6 +263,10 @@ module HasUserSettings
settings['web.hide_emoji_reaction_unavailable_server']
end
def setting_hide_favourite_menu
settings['web.hide_favourite_menu']
end
def allows_report_emails?
settings['notification_emails.report']
end