aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/logic/connect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'filamento/src/logic/connect.rs')
-rw-r--r--filamento/src/logic/connect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/src/logic/connect.rs b/filamento/src/logic/connect.rs
index 37cdad5..9d61ca4 100644
--- a/filamento/src/logic/connect.rs
+++ b/filamento/src/logic/connect.rs
@@ -19,7 +19,7 @@ pub async fn handle_connect<Fs: FileStore + Clone + Send + Sync>(
debug!("getting roster");
logic
.clone()
- .handle_online(Command::GetRoster(send), connection.clone())
+ .handle_online(Command::GetRosterWithUsers(send), connection.clone())
.await;
debug!("sent roster req");
let roster = recv.await;