ci: check for typos

This commit is contained in:
Matthias Ahouansou
2025-03-24 01:28:42 +00:00
parent 063d13a0e1
commit 2dce87546a
20 changed files with 50 additions and 32 deletions

View File

@@ -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.