chore: hide groups tab if not separating DMs and groups (#2613)

This commit is contained in:
ggurdin 2025-05-01 16:41:17 -04:00 committed by GitHub
parent f92c191ed5
commit 697116032a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,7 +198,10 @@ class ChatListViewBody extends StatelessWidget {
ActiveFilter.messages
else
ActiveFilter.allChats,
ActiveFilter.groups,
// #Pangea
if (AppConfig.separateChatTypes)
ActiveFilter.groups,
// Pangea#
ActiveFilter.unread,
// #Pangea
// if (spaceDelegateCandidates.isNotEmpty &&