Skip to content

Releases: 1amageek/Pring

Change Handling of SubCollection

26 Jan 08:54
Compare
Choose a tag to compare

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 {

}