Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
commit
84a2587d44
83 changed files with 1184 additions and 293 deletions
|
@ -64,7 +64,7 @@ class HomeController < ApplicationController
|
|||
if request.path.start_with?('/web')
|
||||
new_user_session_path
|
||||
elsif single_user_mode?
|
||||
short_account_path(Account.first)
|
||||
short_account_path(Account.local.where(suspended: false).first)
|
||||
else
|
||||
about_path
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue