Add: #36 アカウント詳細画面の「フォローされています」を隠すオプション (#638)

* Add: #36 アカウント詳細画面の「フォローされています」を隠すオプション

* Fix lint
This commit is contained in:
KMY(雪あすか) 2024-03-06 12:30:48 +09:00 committed by GitHub
parent eee13b3f5f
commit 53c2aa797b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 23 additions and 7 deletions

View file

@ -119,6 +119,10 @@ module User::HasSettings
settings['web.hide_blocking_quote']
end
def setting_show_relationships
settings['web.show_relationships']
end
def setting_allow_quote
settings['allow_quote']
end