diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-19 13:03:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 13:03:55 -0400 |
commit | 8f27b7fde12978a7e5b3833a2d989a9b0456d857 (patch) | |
tree | 2192acc234c251943e9d9aa92a84645d8cf1bbe3 /changelog.d/8504.bugfix | |
parent | Add `DeferredCache.get_immediate` method (#8568) (diff) | |
download | synapse-8f27b7fde12978a7e5b3833a2d989a9b0456d857.tar.xz |
Expose the experimental appservice login flow to clients. (#8504)
Diffstat (limited to 'changelog.d/8504.bugfix')
-rw-r--r-- | changelog.d/8504.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8504.bugfix b/changelog.d/8504.bugfix new file mode 100644 index 0000000000..2bd0dbb8b4 --- /dev/null +++ b/changelog.d/8504.bugfix @@ -0,0 +1 @@ +Expose the `uk.half-shot.msc2778.login.application_service` to clients from the login API. This feature was added in v1.21.0, but was not exposed as a potential login flow. |