Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: app/controllers/application_controller.rb Changed instance theme selection by instance flavour selection.
This commit is contained in:
@ -14,7 +14,7 @@ class InstancePresenter
|
||||
)
|
||||
|
||||
def contact_account
|
||||
Account.find_local(Setting.site_contact_username)
|
||||
Account.find_local(Setting.site_contact_username.gsub(/\A@/, ''))
|
||||
end
|
||||
|
||||
def user_count
|
||||
|
Reference in New Issue
Block a user