Unrollback change
This commit is contained in:
parent
06a2028738
commit
5ec4e1d21d
@ -217,9 +217,8 @@ func (s *groups) AllData() []GroupsScope {
|
|||||||
scopes = append(
|
scopes = append(
|
||||||
scopes,
|
scopes,
|
||||||
makeScope[GroupsScope](GroupsLibraryFolder, Any()),
|
makeScope[GroupsScope](GroupsLibraryFolder, Any()),
|
||||||
makeScope[GroupsScope](GroupsChannel, Any()))
|
makeScope[GroupsScope](GroupsChannel, Any()),
|
||||||
// TODO: enable conversations in all-data backups
|
makeScope[GroupsScope](GroupsConversation, Any()))
|
||||||
// makeScope[GroupsScope](GroupsConversation, Any()))
|
|
||||||
|
|
||||||
return scopes
|
return scopes
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user