bug: profile loading bugs

This commit is contained in:
2023-04-04 15:27:49 +01:00
parent 39dbfe1183
commit c515636616
4 changed files with 36 additions and 15 deletions

View File

@ -218,7 +218,7 @@ export class NostrSystem {
q.unCancel();
const diff = diffFilters(q.request.filters, filters);
if (!diff.changed) {
if (!diff.changed && !req.options?.skipDiff) {
this.#changed();
return unwrap(this.Feeds.get(req.id)) as Readonly<T>;
} else {