Merge branch 'refactor/following-relationships' into 'develop'
Move following relationships to a separate table Closes #1233 See merge request pleroma/pleroma!1814
This commit is contained in:
commit
2480200759
33 changed files with 537 additions and 248 deletions
|
|
@ -126,7 +126,7 @@ defmodule Pleroma.Web.PleromaAPI.AccountController do
|
|||
|
||||
recipients =
|
||||
if for_user do
|
||||
[Pleroma.Constants.as_public()] ++ [for_user.ap_id | for_user.following]
|
||||
[Pleroma.Constants.as_public()] ++ [for_user.ap_id | User.following(for_user)]
|
||||
else
|
||||
[Pleroma.Constants.as_public()]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue