summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCadence Ember <cadence@disroot.org>2025-12-13 14:03:10 +1300
committerCadence Ember <cadence@disroot.org>2025-12-13 14:03:10 +1300
commit696a45f344901573d96c61ba7d0261fc508843df (patch)
tree04489f0d4ac5f14d5bf7e8f0d06f86ca9a28b81f /src
parentProperly hide embeds for links in reply previews (diff)
downloadout-of-your-element-696a45f344901573d96c61ba7d0261fc508843df.tar.xz
MAS compatibility
Diffstat (limited to 'src')
-rw-r--r--src/matrix/api.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/matrix/api.js b/src/matrix/api.js

index d746b25..ddaf9b5 100644 --- a/src/matrix/api.js +++ b/src/matrix/api.js
@@ -44,6 +44,7 @@ async function register(username) { try { await mreq.mreq("POST", "/client/v3/register", { type: "m.login.application_service", + inhibit_login: true, // https://github.com/element-hq/matrix-bot-sdk/pull/70/changes https://github.com/matrix-org/matrix-spec-proposals/blob/quenting/as-device-management/proposals/4190-as-device-management.md username }) } catch (e) {