diff --git a/src/api/client_server/sync.rs b/src/api/client_server/sync.rs index 8fb823e3..cc2d56d5 100644 --- a/src/api/client_server/sync.rs +++ b/src/api/client_server/sync.rs @@ -53,7 +53,7 @@ use tracing::{debug, error, info}; /// not in the state at `since` /// - If the state we send contains a member event: Joined and invited member counts, heroes /// - Device list updates that happened after `since` -/// - If there are events in the timeline we send or the user send updated his read mark: Notification counts +/// - If there are events in the timeline we send or the user send updated their read mark: Notification counts /// - EDUs that are active now (read receipts, typing updates, presence) /// - TODO: Allow multiple sync streams to support Pantalaimon /// diff --git a/src/database/key_value/globals.rs b/src/database/key_value/globals.rs index aebc3d03..090efcb3 100644 --- a/src/database/key_value/globals.rs +++ b/src/database/key_value/globals.rs @@ -38,7 +38,7 @@ impl service::globals::Data for KeyValueDatabase { let mut futures = FuturesUnordered::new(); - // Return when *any* user changed his key + // Return when *any* user changed their key // TODO: only send for user they share a room with futures.push(self.todeviceid_events.watch_prefix(&userdeviceid_prefix));