Egregoros

Signal feed

Timeline

Post

Remote status

Replies

10

@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;

@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;