forked from jmug/stoatchat
feat: de-duplicate user update events sent to clients
This commit is contained in:
@@ -33,6 +33,7 @@ impl User {
|
||||
id: self.id.clone(),
|
||||
data: partial,
|
||||
clear: remove,
|
||||
event_id: Some(ulid::Ulid::new().to_string()),
|
||||
}
|
||||
.p_user(self.id.clone(), db)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user