Adjust prior to rebase
This commit is contained in:
parent
d210ba475f
commit
06a2028738
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user