Post 9zT8qMsvxVOTrCFSZk by chr@cybre.space
(DIR) More posts by chr@cybre.space
(DIR) Post #9zT8qMsvxVOTrCFSZk by chr@cybre.space
2020-09-24T01:42:48Z
0 likes, 1 repeats
just gonna leave this sql query here in case anyone else needs to work around the moderation interface's lack of ability to answer the question "who here follows who on that instance" SELECT a1.username, a2.username FROM follows JOIN accounts a1 ON a1.id=target_account_id JOIN accounts a2 ON a2.id=account_id WHERE a1.domain='example.com';