zed/crates/channel/src
Conrad Irwin 68893c2ae6
Fix notes unread status (#7643)
1. The client-side comparison was wrong
2. The server never told the client about the version it remembered
3. The server generated broken timestamps in some cases

Release Notes:

- Fixed the notes/chat appearing as unread too often

**or**

- N/A
2024-02-09 23:12:26 -07:00
..
channel_store Aggressively simplify channel permissions: 2024-01-25 23:26:32 -07:00
channel.rs
channel_buffer.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
channel_chat.rs Use collections::{HashMap, HashSet} instead of its std:: counterpart (#7502) 2024-02-07 19:06:03 +02:00
channel_store.rs Fix notes unread status (#7643) 2024-02-09 23:12:26 -07:00
channel_store_tests.rs Add the ability to reply to a message (#7170) 2024-02-06 13:22:54 -07:00