chore: some notification fixes
This commit is contained in:
@ -18,7 +18,10 @@ export class DiffSyncTags extends EventEmitter<SafeSyncEvents> {
|
||||
#changesEncrypted: Array<TagDiff> = [];
|
||||
#decryptedContent?: string;
|
||||
|
||||
constructor(readonly link: NostrLink, readonly contentEncrypted: boolean) {
|
||||
constructor(
|
||||
readonly link: NostrLink,
|
||||
readonly contentEncrypted: boolean,
|
||||
) {
|
||||
super();
|
||||
this.#sync = new SafeSync(link);
|
||||
this.#sync.on("change", () => {
|
||||
|
Reference in New Issue
Block a user