mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 12:07:43 +02:00
small fix
This commit is contained in:
@@ -15,6 +15,9 @@ const savingDraft = new BehaviorSubject(false);
|
||||
|
||||
let sub;
|
||||
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) => {
|
||||
if (!userContacts) return;
|
||||
|
||||
|
Reference in New Issue
Block a user