Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont group chat messages after certain period of time (zed-industries…
…#4186) <img width="447" alt="SCR-20240121-ofhg" src="https://github.com/zed-industries/zed/assets/19867440/7fe13a74-45c7-43ec-a5e8-5127bc285b32"> In this screenshot, the first two messages were sent back-to-back, but the third message was sent nearly two hours later. Coalescing the messages doesn't feel right after a certain period of time, as it gives misleading timestamps on messages. Discord has this feature, but I'm not sure what the value they use is. I've set the threshold to 5 minutes for now. <img width="480" alt="SCR-20240121-oghs" src="https://github.com/zed-industries/zed/assets/19867440/ee1cfe36-7c13-4072-9f66-93e2de6542f1"> Release Notes: - Improved the grouping of chat messages from same user. Grouping now only occurs if the user sends multiple messages, in succession, within a specified duration of time.
- Loading branch information