Merge branch 'develop' into feature/fast_sanitize

This commit is contained in:
Mark Felder 2019-10-30 17:51:15 -05:00
commit fcea6a9d2c
61 changed files with 1202 additions and 313 deletions

View file

@ -98,7 +98,7 @@ defmodule Pleroma.BBS.Handler do
|> Map.put("user", user)
activities =
[user.ap_id | user.following]
[user.ap_id | Pleroma.User.following(user)]
|> ActivityPub.fetch_activities(params)
Enum.each(activities, fn activity ->