Added limited local read/unread tracking
This commit is contained in:
@@ -82,6 +82,7 @@ class Room(ModelItem):
|
||||
last_event_date: datetime = ZeroDate
|
||||
|
||||
mentions: int = 0
|
||||
unreads: int = 0
|
||||
|
||||
def __lt__(self, other: "Room") -> bool:
|
||||
"""Sort by join state, then descending last event date, then name.
|
||||
|
Reference in New Issue
Block a user