-
Notifications
You must be signed in to change notification settings - Fork 512
Closed
Labels
enhancementfeature: api 🛠️OCS API for conversations, chats and participantsOCS API for conversations, chats and participantsfeature: chat 💬Chat and system messagesChat and system messagesmedium
Milestone
Description
- Overview at Thread/"Respond to single post" option #1469
- Rough idea is that when a reply message or a message that has a reply is clicked, we filter the chat stream with that "thread" ID (root parent message).
- All newly written messages should be addresses to that root parent as well (needs a new API parameter, so that you can still reply within a thread for quoting and reactions)
- The UI of course needs to see a button to "go back" to the unfiltered list.
🤝 Agreed todos
- Mark users as mentioned in the thread when they were mentioned
- Remove thread attendee when attendee is removed
- GET endpoint for a single thread (if unknown):
/ocs/v2.php/apps/spreed/api/{apiVersion}/chat/{token}/threads/{threadId}? - Capability for threads support
- Allow to subscribe and unsubsribe from a thread feat(threads): Allow to subscribe with a different notification level #15508
- Respect thread-notify setting
- Thread titles/names
- Different posting of replying in a thread and quoting the original message for notifications fix(threads): Allow responding to a thread without replying to the author #15645
- Support for sharing objects
❓ RFC
🙅 Aborted
- 'collapseThreads' flag on conversation level (similar to 'isArchived')
- Chat V2 exposing thread info of returned messages
- When starting a thread make each previous author an attendee
- Add mentioned users to the thread as attendee when they were mentioned
- Add everyone when mentioning everyone (kind of required?)
- Edit a message to a thread afterwards?
- Unthread?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementfeature: api 🛠️OCS API for conversations, chats and participantsOCS API for conversations, chats and participantsfeature: chat 💬Chat and system messagesChat and system messagesmedium
Type
Projects
Status
☑️ Done