diff --git a/src/pkg/selectors/groups.go b/src/pkg/selectors/groups.go index 33e302e82..cd33d4934 100644 --- a/src/pkg/selectors/groups.go +++ b/src/pkg/selectors/groups.go @@ -217,9 +217,8 @@ func (s *groups) AllData() []GroupsScope { scopes = append( scopes, makeScope[GroupsScope](GroupsLibraryFolder, Any()), - makeScope[GroupsScope](GroupsChannel, Any())) - // TODO: enable conversations in all-data backups - // makeScope[GroupsScope](GroupsConversation, Any())) + makeScope[GroupsScope](GroupsChannel, Any()), + makeScope[GroupsScope](GroupsConversation, Any())) return scopes }