This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow appservice users to /login #8320
Allow appservice users to /login #8320
Changes from 6 commits
9743a55
5c04407
c3c1cc7
bcb63c8
b9b1d5b
b547765
6c6e4b2
89e48ab
ba60922
4f28592
539c77c
9b59550
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this gets registered with the rest of the account ones, did you do the lambda just to avoid registering all of them?
I think the code looks fine, I'd like to see some tests for the error scenarioes. The main one I can think of is:
I suspect the other cases are all pretty covered already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, no I copy and pasted it without thinking. Fixed.
Added tests for all the other scenarios I could think of.