1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-5509 Add mobile usecases WIP

This commit is contained in:
kirillston 2025-04-23 19:53:06 +03:00
parent 72b4917b1e
commit 013f258473
No known key found for this signature in database
GPG key ID: BE4BF014F0ECDFE8
3 changed files with 2 additions and 1 deletions

View file

@ -494,7 +494,8 @@ func removeAccountRelatedDetails(s *pb.ChangeSnapshot) {
bundle.RelationKeySyncDate.String(),
bundle.RelationKeySyncError.String(),
bundle.RelationKeySyncStatus.String(),
bundle.RelationKeyChatId.String():
bundle.RelationKeyChatId.String(),
bundle.RelationKeyType.String():
delete(s.Data.Details.Fields, key)
}