Add unreads back

This commit is contained in:
Henry Hiles 2025-11-23 14:07:47 -05:00
commit 76b81ab8c4
No known key found for this signature in database
4 changed files with 36 additions and 47 deletions

View file

@ -26,7 +26,7 @@ class RoomAppbar extends StatelessWidget implements PreferredSizeWidget {
? AvatarOrHash(
room.avatar,
room.title,
height: 32,
height: 24,
fallback: Icon(Icons.numbers),
headers: room.roomData.client.headers,
)