Merge branch 'develop' into feature/fast_sanitize
This commit is contained in:
commit
fcea6a9d2c
61 changed files with 1202 additions and 313 deletions
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue