-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
[NEW] Rest endpoints of discussions #13987
Conversation
Can we please keep consistency between DDP and REST API calls? |
@ggazzo @rafaelks @engelgabriel is necessary to have a endpoint to list discussions? Aren't they part of rooms? |
@rodrigok Yes, you can be a non member of a discussion but still want to access it. |
@rafaelks ok, so then explain how this endpoint would be used. Where are you planing to list the discussions of a single room? |
@rodrigok Like the web client, the mobile apps could display all discussions of a Room, similar to Attachments, Pinned, Starred, etc. What do you think? |
@rafaelks ah, ok, sure, didn't remember we had a place to list discussions of a single room, it makes sense now. |
@rafaelks is correct, we have this on the web, the user can use the sidebar to see all discussions of a room |
Closes #13973