Skip to content

Commit

Permalink
Merge pull request #1790 from anyproto/ios-3146-integrate-v0350-rc7
Browse files Browse the repository at this point in the history
iOS-3146 Update middleware
  • Loading branch information
mgolovko authored Jul 16, 2024
2 parents 4f4b44f + 49ad6ad commit e40145c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Libraryfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MIDDLE_VERSION=v0.35.0-rc6
MIDDLE_VERSION=v0.35.0-rc7
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,8 @@ public extension BundledRelationKey {
.latestAclHeadId,
.identity,
.globalName,
.syncDate,
.syncStatus,
.syncError,
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,23 @@ public extension BundledRelationKey {
.id,
.name,
.description,
.snippet,
.iconEmoji,
.iconImage,
.type,
.layout,
.layoutAlign,
.coverId,
.coverScale,
.coverType,
.coverX,
.coverY,
.createdDate,
.creator,
.lastModifiedDate,
.lastModifiedBy,
.lastOpenedDate,
.featuredRelations,
.isFavorite,
.isArchived,
.workspaceId,
.spaceId,
.links,
.internalFlags,
.restrictions,
.syncDate,
.syncStatus,
.syncError,
]
}

0 comments on commit e40145c

Please sign in to comment.