Build pass 1
This commit is contained in:
parent
5b2dacd99e
commit
c9883f346c
7 changed files with 22 additions and 16 deletions
|
@ -98,7 +98,7 @@ class Presence {
|
|||
}
|
||||
|
||||
try {
|
||||
await MatrixClientPeg.get().setPresence(this.state);
|
||||
await MatrixClientPeg.get().setPresence({presence: this.state});
|
||||
console.info("Presence:", newState);
|
||||
} catch (err) {
|
||||
console.error("Failed to set presence:", err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue