aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--filamento/src/lib.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/filamento/src/lib.rs b/filamento/src/lib.rs
index 7bcf593..974901c 100644
--- a/filamento/src/lib.rs
+++ b/filamento/src/lib.rs
@@ -154,11 +154,8 @@ pub enum Command<Fs: FileStore> {
pub enum UpdateMessage {
Online(Online, Vec<(Contact, User)>),
Offline(Offline),
- /// received roster from jabber server (replace full app roster state with this)
- /// is this needed?
- FullRoster(Vec<Contact>),
/// (only update app roster state, don't replace)
- RosterUpdate(Contact),
+ RosterUpdate(Contact, User),
RosterDelete(JID),
/// presences should be stored with users in the ui, not contacts, as presences can be received from anyone
Presence {