We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719d02 commit 3bbfcf4Copy full SHA for 3bbfcf4
1 file changed
live-objects/src/main/kotlin/io/ably/lib/objects/ObjectMessage.kt
@@ -213,8 +213,8 @@ internal data class ObjectOperation(
213
/**
214
* The initial value json string for the object. This value should be used along with the nonce
215
* and timestamp to create the object ID. Frontdoor will use this to verify the object ID.
216
- * After verification the bytes will be decoded into the Map or Counter objects and
217
- * the initialValue, nonce, and initialValueEncoding will be removed.
+ * After verification the json string will be decoded into the Map or Counter objects and
+ * the initialValue and nonce will be removed.
218
* Spec: OOP3h
219
*/
220
val initialValue: String? = null,
0 commit comments