Skip to content

Commit bcab9e2

Browse files
committed
Support appservice user registration with MSC4190
See element-hq/synapse#18946
1 parent 6174c38 commit bcab9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/appservice/Intent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export class Intent {
311311
type: "m.login.application_service",
312312
username: this.userId.substring(1).split(":")[0],
313313
device_id: deviceId,
314+
inhibit_login: true,
314315
});
315316

316317
// HACK: Workaround for unit tests

0 commit comments

Comments
 (0)