Egregoros

Signal feed

Timeline

Post

Remote status

Context

10

@professionalbigot69 40$ please

pleroma=# select id from users where ap_id = 'https://sneed.social/users/otto';
                  id
--------------------------------------
 0000017a-8c9f-5278-eb08-02f0bc6a0000
(1 row)

pleroma=# select * from following_relationships where follower_id = '0000017a-8c9f-5278-eb08-02f0bc6a0000' and following_id = '00000177-5bbc-db8d-6e4c-c1ff3e5a0000' limit 1;
   id   |             follower_id              |             following_id             | state |     inserted_at     |     updated_at
--------+--------------------------------------+--------------------------------------+-------+---------------------+---------------------
 223563 | 0000017a-8c9f-5278-eb08-02f0bc6a0000 | 00000177-5bbc-db8d-6e4c-c1ff3e5a0000 |     2 | 2021-07-09 18:58:01 | 2021-07-09 18:58:01
(1 row)

pleroma=# delete from following_relationships where id = '223563';
DELETE 1

Replies

0

Fetching replies…