Re-enable Webfinger for locked accounts but don't handle "follow" events
coming in via Salmon. Currently no way to prevent remote follows, but they will only receive public and unlisted posts
This commit is contained in:
parent
f729cfc881
commit
05b13c38b5
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ class ProcessInteractionService < BaseService
|
|||
|
||||
case verb(xml)
|
||||
when :follow
|
||||
follow!(account, target_account)
|
||||
follow!(account, target_account) unless target_account.locked?
|
||||
when :unfollow
|
||||
unfollow!(account, target_account)
|
||||
when :favorite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue