[feature] Implement /api/v1/conversations
masto API endpoints for viewing direct message (dm) conversations
#1312
Labels
/api/v1/conversations
masto API endpoints for viewing direct message (dm) conversations
#1312
We can handle direct messages sending/receiving just fine, but currently there's no easy way to view all dm conversations in progress. Mastodon uses
/api/v1/conversations
(and related endpoints) for this, so we should do the same so that clients (tusky, pinafore) can use the GtS API to view conversations.Relevant links:
(draft of) Required steps to make this work:
Conversation
gts model + frontend modelinternal/cache/gts.go
The text was updated successfully, but these errors were encountered: