Implement backend code to update shares with others

This commit is contained in:
Matias De lellis
2020-06-15 23:52:24 -03:00
parent c7a29e51f9
commit 8f88f88dcb
4 changed files with 63 additions and 21 deletions

View File

@@ -206,7 +206,8 @@ View.prototype = {
attachts: this._editableAttachts(),
color: this._editableColor(),
pinned: this._editablePinned(),
tags: this._editableTags()
tags: this._editableTags(),
shares: this._editableShares()
};
var self = this;
this._notes.update(fakeNote).done(function (note) {