mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-22 17:18:35 +00:00
ci: check for typos
This commit is contained in:
parent
063d13a0e1
commit
2dce87546a
20 changed files with 50 additions and 32 deletions
|
@ -111,7 +111,7 @@ pub struct KeyValueDatabase {
|
|||
pub(super) lazyloadedids: Arc<dyn KvTree>, // LazyLoadedIds = UserId + DeviceId + RoomId + LazyLoadedUserId
|
||||
|
||||
pub(super) userroomid_notificationcount: Arc<dyn KvTree>, // NotifyCount = u64
|
||||
pub(super) userroomid_highlightcount: Arc<dyn KvTree>, // HightlightCount = u64
|
||||
pub(super) userroomid_highlightcount: Arc<dyn KvTree>, // HighlightCount = u64
|
||||
pub(super) roomuserid_lastnotificationread: Arc<dyn KvTree>, // LastNotificationRead = u64
|
||||
|
||||
/// Remember the current state hash of a room.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue