Refactor to store user ap_id, add tests
This commit is contained in:
parent
be465c762b
commit
da53c079db
8 changed files with 88 additions and 17 deletions
|
|
@ -200,7 +200,7 @@ defmodule Pleroma.Web.Streamer do
|
|||
user = User.get_cached_by_ap_id(socket.assigns[:user].ap_id)
|
||||
blocks = user.info.blocks || []
|
||||
mutes = user.info.mutes || []
|
||||
reblog_mutes = user.info.reblog_mutes || []
|
||||
reblog_mutes = user.info.muted_reblogs || []
|
||||
|
||||
parent = Object.normalize(item.data["object"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue