Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - app/views/directories/index.html.haml Upstream has redesigned the profile directory, and we had a glitch-soc-specific change to hide follower counts. Ported that change to the new design.
This commit is contained in:
commit
9044a2b051
52 changed files with 900 additions and 205 deletions
|
@ -33,7 +33,7 @@ class RemoteInteractionController < ApplicationController
|
|||
end
|
||||
|
||||
def session_params
|
||||
{ acct: session[:remote_follow] }
|
||||
{ acct: session[:remote_follow] || current_account&.username }
|
||||
end
|
||||
|
||||
def set_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue