Only kick off websubs for local users.
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ defmodule Pleroma.User do
|
||||
{:error,
|
||||
"Could not follow user: #{followed.nickname} is already on your list."}
|
||||
else
|
||||
if !followed.local do
|
||||
if !followed.local && follower.local do
|
||||
Websub.subscribe(follower, followed)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user