Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Implement /api/v1/conversations masto API endpoints for viewing direct message (dm) conversations #1312

Closed
6 tasks
tsmethurst opened this issue Jan 6, 2023 · 0 comments · Fixed by #3013
Labels
enhancement New feature or request frontend-api Backend requirement for Frontend stuff

Comments

@tsmethurst
Copy link
Contributor

tsmethurst commented Jan 6, 2023

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:

@tsmethurst tsmethurst added the enhancement New feature or request label Jan 6, 2023
@tsmethurst tsmethurst changed the title [feature] Implement /api/v1/conversations masto API endpoints for viewing direct messages [feature] Implement /api/v1/conversations masto API endpoints for viewing direct message (dm) conversations Jan 6, 2023
@VyrCossont VyrCossont added the frontend-api Backend requirement for Frontend stuff label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend-api Backend requirement for Frontend stuff
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants