Remove unnecessary call to getUsers
Already done when client object is constructed
This commit is contained in:
parent
a7bd5f7dc7
commit
f6c45894a6
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ populateServerSelectionList();
|
|||
|
||||
localstorage_credentials.getServers()
|
||||
.map(server => server.endpoint)
|
||||
.map(mm_client.getOrCreate)
|
||||
.forEach(client => client.getUsers());
|
||||
.forEach(mm_client.getOrCreate);
|
||||
|
||||
populateChannelList();
|
||||
|
|
Loading…
Reference in a new issue