From 06a2028738ad93ddd9bbde74d97199b312328acb Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Fri, 8 Dec 2023 17:39:42 -0800 Subject: [PATCH] Adjust prior to rebase --- src/pkg/selectors/groups.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pkg/selectors/groups.go b/src/pkg/selectors/groups.go index cd33d4934..33e302e82 100644 --- a/src/pkg/selectors/groups.go +++ b/src/pkg/selectors/groups.go @@ -217,8 +217,9 @@ func (s *groups) AllData() []GroupsScope { scopes = append( scopes, makeScope[GroupsScope](GroupsLibraryFolder, Any()), - makeScope[GroupsScope](GroupsChannel, Any()), - makeScope[GroupsScope](GroupsConversation, Any())) + makeScope[GroupsScope](GroupsChannel, Any())) + // TODO: enable conversations in all-data backups + // makeScope[GroupsScope](GroupsConversation, Any())) return scopes }