mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-04 16:37:00 +02:00
small fix
This commit is contained in:
@@ -15,6 +15,9 @@ const savingDraft = new BehaviorSubject(false);
|
|||||||
|
|
||||||
let sub;
|
let sub;
|
||||||
identity.pubkey.subscribe((pubkey) => {
|
identity.pubkey.subscribe((pubkey) => {
|
||||||
|
// clear the following list until a new one can be fetched
|
||||||
|
following.next([]);
|
||||||
|
|
||||||
sub = userContactsService.requestContacts(pubkey, settings.relays.value, true).subscribe((userContacts) => {
|
sub = userContactsService.requestContacts(pubkey, settings.relays.value, true).subscribe((userContacts) => {
|
||||||
if (!userContacts) return;
|
if (!userContacts) return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user