mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
use gender-neutral pronouns
This commit is contained in:
parent
05be778fbb
commit
04184c6137
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ use tracing::{debug, error, info};
|
||||||
/// not in the state at `since`
|
/// not in the state at `since`
|
||||||
/// - If the state we send contains a member event: Joined and invited member counts, heroes
|
/// - If the state we send contains a member event: Joined and invited member counts, heroes
|
||||||
/// - Device list updates that happened after `since`
|
/// - 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)
|
/// - EDUs that are active now (read receipts, typing updates, presence)
|
||||||
/// - TODO: Allow multiple sync streams to support Pantalaimon
|
/// - TODO: Allow multiple sync streams to support Pantalaimon
|
||||||
///
|
///
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ impl service::globals::Data for KeyValueDatabase {
|
||||||
|
|
||||||
let mut futures = FuturesUnordered::new();
|
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
|
// TODO: only send for user they share a room with
|
||||||
futures.push(self.todeviceid_events.watch_prefix(&userdeviceid_prefix));
|
futures.push(self.todeviceid_events.watch_prefix(&userdeviceid_prefix));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue