mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3240 Tech | Remove object relation links (#2000)
This commit is contained in:
parent
b3fdf89cbd
commit
c4968c3e4f
56 changed files with 304 additions and 1253 deletions
|
@ -80,14 +80,12 @@ fun StubObjectView(
|
|||
root: Id,
|
||||
blocks: List<Block> = emptyList(),
|
||||
details: Map<Id, Struct> = emptyMap(),
|
||||
relations: List<RelationLink> = emptyList(),
|
||||
objectRestrictions: List<ObjectRestriction> = emptyList(),
|
||||
dataViewRestrictions: List<DataViewRestrictions> = emptyList()
|
||||
): ObjectView = ObjectView(
|
||||
root = root,
|
||||
blocks = blocks,
|
||||
details = details,
|
||||
relations = relations,
|
||||
objectRestrictions = objectRestrictions,
|
||||
dataViewRestrictions = dataViewRestrictions
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue