Compare commits

..

1 Commits

Author SHA1 Message Date
Shadowfacts 04692e50c2
Add unfollowing remote users 2020-04-26 19:28:22 -04:00
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ defmodule Clacks.Inbox do
} = activity
) do
followee = Actor.get_by_ap_id(followee_id)
follower = Actor.get_by_ap_id(follower_id)
store_activity(activity)