Add support for threads #323

Closed
opened 2025-10-14 15:45:59 -06:00 by navan · 0 comments
Owner

Originally created by @ulyssa on 3/9/2024

This adds initial support for entering messages threads. A thread can be entered by pressing <Enter> on the thread root message. Messages entered into the message bar are then sent to the thread. You can navigate back to the main view using ^O, just as with navigating back to other previous views.

I'm planning to add a :threads command to show the threads in the room, but this will require implementing loading non-continous ranges of messages in order to work well.

*Originally created by @ulyssa on 3/9/2024* This adds initial support for entering messages threads. A thread can be entered by pressing `<Enter>` on the thread root message. Messages entered into the message bar are then sent to the thread. You can navigate back to the main view using `^O`, just as with navigating back to other previous views. I'm planning to add a `:threads` command to show the threads in the room, but this will require implementing loading non-continous ranges of messages in order to work well.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#323
No description provided.