* Add: #36 アカウント詳細画面の「フォローされています」を隠すオプション * Fix lint
This commit is contained in:
parent
eee13b3f5f
commit
53c2aa797b
10 changed files with 23 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue