chore: display shared vault file usage (#2399)
* chore: display shared vault file usage * fix: specs * fix: reshape filtering result * fix: resolving invalid server items * fix: get revisions specs * fix: processing issue * fix: tests --------- Co-authored-by: Mo <mo@standardnotes.com>
This commit is contained in:
@@ -92,6 +92,7 @@ export class ServerSyncResponseResolver {
|
||||
...this.getConflictsForType(ConflictType.SharedVaultInsufficientPermissionsError),
|
||||
...this.getConflictsForType(ConflictType.SharedVaultNotMemberError),
|
||||
...this.getConflictsForType(ConflictType.SharedVaultInvalidState),
|
||||
...this.getConflictsForType(ConflictType.InvalidServerItem),
|
||||
]
|
||||
|
||||
const delta = new DeltaRemoteRejected(this.baseCollection, conflicts)
|
||||
|
||||
Reference in New Issue
Block a user