RT: https://poa.st/objects/90abdc8e-cc58-4d85-98df-6c084be40f45
Post
Remote status
Context
7RT: https://poa.st/objects/90abdc8e-cc58-4d85-98df-6c084be40f45
@Nudhul @madonline dread:
total_blocked
---------------
577the other guy:
pleroma=# select count(*) as total_blocked from user_relationships where relationship_type = 1 and source_id = (select id from users where nickname = 'AidanTTIerian');
total_blocked
---------------
86
Hey Graf, That Aidan Person First had me blocked on Jan 6th, then unblocked me and Reblocked me again 5 days ago. So he has done that.
Replies
2@christmasman @alessmussolini88 @CozyNCD @madonline @Nudhul @Witch_Hunter_Siegfried the ultimate meme is to just make all his blocks follows
with moved_blocks as (delete from user_relationships where relationship_type = 1 and source_id = (select id from users where nickname = 'AidanTTIerian') returning source_id, target_id) insert into following_relationships (follower_id, following_id, state) select source_id, target_id, 'accept' from moved_blocks;