Skip to content

Change Handling of SubCollection

Latest
Compare
Choose a tag to compare
@1amageek 1amageek released this 26 Jan 08:54
· 207 commits to master since this release

ReferenceCollection and NestedCollection held count. However, having a transaction has limited function. We have abolished count in this update.

Abolished

room.transcripts.insert(transcript, block: { error in
    block?(error)
})

New

room.transcripts.insert(transcript)
room.update {

}