Remove: 現在使われていないドメインブロック無視設定のデッドコード (#476)
* Remove: 現在使われていないドメインブロック無視設定のデッドコード * Refactoring * Fix test
This commit is contained in:
parent
46161e5348
commit
989efcd78e
12 changed files with 36 additions and 33 deletions
|
@ -71,10 +71,6 @@ module User::HasSettings
|
|||
settings['reject_unlisted_subscription']
|
||||
end
|
||||
|
||||
def setting_send_without_domain_blocks
|
||||
settings['send_without_domain_blocks']
|
||||
end
|
||||
|
||||
def setting_stop_emoji_reaction_streaming
|
||||
settings['stop_emoji_reaction_streaming']
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue