Simplifies outgoing follow logic
This commit is contained in:
parent
694de44f3f
commit
a567bd4e61
4 changed files with 23 additions and 4 deletions
|
@ -143,7 +143,7 @@ def handle_follow(activity):
|
|||
'FOLLOW',
|
||||
related_user=actor
|
||||
)
|
||||
outgoing.handle_accept(actor, to_follow, relationship)
|
||||
outgoing.handle_accept(relationship)
|
||||
else:
|
||||
# Accept will be triggered manually
|
||||
status_builder.create_notification(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue