Conversation
Notices
-
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Thursday, 17-Apr-2025 07:13:44 JST Phantasm
@verita84 @Cocoa If the yukimochi dev bothered implementing a /followers and /following endpoints for the relay, you would see it there. Other than that, Pleroma admins can check if the relay is working with a quick SQL query. -
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Thursday, 17-Apr-2025 07:29:34 JST Phantasm
select inserted_at, data from activities where actor = 'https://relay.poster.place/actor' and data->>'type' = 'Announce' order by inserted_at limit 10; Btw the relay does not Announce posts coming from your instance, if you are subscribed to it and I think the signed fetch toggle you set to true in Mastodong might the culprit. So far I only got Announces for Cocoa's posts.
-
Embed this notice
Cocoa Hoto in real life (cocoa@nekosat.work)'s status on Thursday, 17-Apr-2025 07:29:35 JST Cocoa Hoto in real life
@phnt @verita84 I know of the mix command to check relays but what's the SQL query I need to use?
-
Embed this notice