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.
Add experimental support for MSC3202: allowing application services to masquerade as specific devices. #11538
Add experimental support for MSC3202: allowing application services to masquerade as specific devices. #11538
Changes from 16 commits
a39ccfc
be8814f
7ea5022
9551a3e
86ef692
d3b0be5
8a078ce
cc2bbcd
7e39806
ae968ea
11e2192
63042ac
2becd52
405f3f9
075a2b7
15cb2f0
24e3fad
f35234a
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.
I think it'd be nicer if we just switched
get_device
to return anOptional
, and then change up the callers to look forNone
instead of aStoreError
.That would also fix up callers that seem to currently 500 if a device isn't found(!)
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.
Span out to #11565 .