small fix

This commit is contained in:
hzrd149
2023-02-08 11:30:43 -06:00
parent 3386979162
commit 96b04e2b44

View File

@@ -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;