Replace user.following with Pleroma.FollowingRelationship
This commit is contained in:
parent
2c7ff32e5b
commit
059005ff82
28 changed files with 275 additions and 235 deletions
|
|
@ -16,7 +16,7 @@ defmodule Pleroma.Repo.Migrations.CreateFollowingRelationships do
|
|||
execute(update_thread_visibility(), restore_thread_visibility())
|
||||
end
|
||||
|
||||
# The only difference with the original verion: `actor_user` replaced with `actor_user_following`
|
||||
# The only difference between the original version: `actor_user` replaced with `actor_user_following`
|
||||
def update_thread_visibility do
|
||||
"""
|
||||
CREATE OR REPLACE FUNCTION thread_visibility(actor varchar, activity_id varchar) RETURNS boolean AS $$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue