show everyone on the contacts page

This commit is contained in:
Martti Malmi 2021-07-13 15:49:06 +03:00
parent 501c95f0ab
commit 473711f3e5

View File

@ -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) {