Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `app/helpers/accounts_helper.rb`: Upstream fixed an issue that glitch-soc did not have, in a place with glitch-soc changes to hide the number of followers. Kept glitch-soc's code.
This commit is contained in:
@ -8,6 +8,8 @@ class ActivityPub::Activity::Update < ActivityPub::Activity
|
||||
update_account
|
||||
elsif equals_or_includes_any?(@object['type'], %w(Note Question))
|
||||
update_status
|
||||
elsif converted_object_type?
|
||||
Status.find_by(uri: object_uri, account_id: @account.id)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user