Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 16, 2020
1 parent 9743a55 commit 5c04407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8320.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `uk.half-shot.unstable.login.appservice` login type to allow appservices to login.
2 changes: 1 addition & 1 deletion synapse/rest/client/v1/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def on_POST(self, request: SynapseRequest):
return 200, result

async def _do_other_login(
self, login_submission: JsonDict, appservice: ApplicationService
self, login_submission: JsonDict, appservice: Optional[ApplicationService]
) -> Dict[str, str]:
"""Handle non-token/saml/jwt logins
Expand Down

0 comments on commit 5c04407

Please sign in to comment.