mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
Merge branch 'preload-user-timelines' into 'develop'
Preload thread mutes/bookmarks in user_statuses See merge request pleroma/pleroma!1563
This commit is contained in:
commit
5c35d2f1d8
1 changed files with 1 additions and 0 deletions
|
@ -626,6 +626,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
params =
|
||||
params
|
||||
|> Map.put("type", ["Create", "Announce"])
|
||||
|> Map.put("user", reading_user)
|
||||
|> Map.put("actor_id", user.ap_id)
|
||||
|> Map.put("whole_db", true)
|
||||
|> Map.put("pinned_activity_ids", user.info.pinned_activities)
|
||||
|
|
Loading…
Reference in a new issue