Skip to content

Commit

Permalink
Set inbox to empty Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptex-github authored Dec 28, 2023
1 parent 68c2fb1 commit 5a10c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ impl UserSession {
presences,
relationships,
unacked,
inbox: vec![],
})
}
}
Expand Down

0 comments on commit 5a10c64

Please sign in to comment.