Use websocket for all chat service requests
This commit is contained in:
parent
fbf39a36fb
commit
b517bb817f
6 changed files with 24 additions and 71 deletions
|
@ -1146,6 +1146,8 @@ export default class AccountManager extends EventTarget {
|
|||
password,
|
||||
});
|
||||
|
||||
await this.server.authenticate(storage.user.getWebAPICredentials());
|
||||
|
||||
// This needs to be done very early, because it changes how things are saved in the
|
||||
// database. Your identity, for example, in the saveIdentityWithAttributes call
|
||||
// below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue