From 473711f3e59eebabd9c6d1ec5eaf1ffcb14cbeea Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Tue, 13 Jul 2021 15:49:06 +0300 Subject: [PATCH] show everyone on the contacts page --- src/js/views/Contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/views/Contacts.js b/src/js/views/Contacts.js index 4cd990c4..9b97bb2b 100644 --- a/src/js/views/Contacts.js +++ b/src/js/views/Contacts.js @@ -18,7 +18,7 @@ class Contacts extends View { getContacts() { const f = Session.getFollows(); - State.local.get('groups').get('follows').map().on((contacts, pub, b, e) => { + State.local.get('groups').get('everyone').map().on((contacts, pub, b, e) => { if (pub === Session.getPubKey()) { return; } this.eventListeners['follow'] = e; if (contacts) {