braid-text 0.3.13 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server.js +0 -1
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -709,7 +709,6 @@ function create_braid_text() {
|
|
|
709
709
|
options.my_subscribe(x)
|
|
710
710
|
} else {
|
|
711
711
|
x.parents = options.version ? options.version : options.parents
|
|
712
|
-
options.my_last_seen_version = x.parents
|
|
713
712
|
|
|
714
713
|
// only send them a version from these parents if we have these parents (otherwise we'll assume these parents are more recent, probably versions they created but haven't sent us yet, and we'll send them appropriate rebased updates when they send us these versions)
|
|
715
714
|
let local_version = OpLog_remote_to_local(resource.doc, x.parents)
|