use gender-neutral pronouns

This commit is contained in:
Charles Hall 2024-05-16 15:23:06 -07:00
parent 05be778fbb
commit 04184c6137
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 2 additions and 2 deletions

View file

@ -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));