mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-16 15:10:01 +00:00
Quell Warnings
This commit is contained in:
parent
a5132e5e34
commit
2b2d485108
@ -22,6 +22,7 @@ pub struct Context<S: ChatStore> {
|
|||||||
_identity: Rc<Identity>,
|
_identity: Rc<Identity>,
|
||||||
inbox: Inbox<S>,
|
inbox: Inbox<S>,
|
||||||
store: Rc<RefCell<S>>,
|
store: Rc<RefCell<S>>,
|
||||||
|
#[allow(unused)] // TODO: (P2) Remove once Account integrated in future PR.
|
||||||
account: LogosAccount,
|
account: LogosAccount,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user