mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
parent
7b5ea7270d
commit
44680c46ed
@ -58,7 +58,7 @@ class HomeController < ApplicationController
|
|||||||
if request.path.start_with?('/web')
|
if request.path.start_with?('/web')
|
||||||
new_user_session_path
|
new_user_session_path
|
||||||
elsif single_user_mode?
|
elsif single_user_mode?
|
||||||
short_account_path(Account.first)
|
short_account_path(Account.local.where(suspended: false).first)
|
||||||
else
|
else
|
||||||
about_path
|
about_path
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user