EteSync: expose journal owner.

master
Tom Hacohen 7 years ago
parent 763b5b757f
commit 3d9155e306

@ -125,6 +125,10 @@ export class Journal extends BaseJournal<JournalJson> {
return this._json.key; return this._json.key;
} }
get owner(): string | undefined {
return this._json.owner;
}
get version(): number { get version(): number {
return this._json.version; return this._json.version;
} }

Loading…
Cancel
Save