chore: don't show ping unread badge (#3946)

pull/2245/head
ggurdin 2 months ago committed by GitHub
parent 0cad8e7991
commit 5397ba0a68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,7 +26,7 @@ class UnreadRoomsBadge extends StatelessWidget {
.client
.rooms
// #Pangea
.where((r) => !r.isHiddenRoom)
.where((r) => !r.isHiddenRoom && !r.isSpace)
// Pangea#
.where(filter)
.where((r) => (r.isUnread || r.membership == Membership.invite))

Loading…
Cancel
Save