From 29ae04af3b0867642ebae9fa0c2534d4a6c0c975 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 9 Feb 2021 17:50:25 +0100 Subject: Remove unneeded type constraints on 3rd party protocol lookup responses --- changelog.d/9361.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9361.bugfix (limited to 'changelog.d/9361.bugfix') diff --git a/changelog.d/9361.bugfix b/changelog.d/9361.bugfix new file mode 100644 index 0000000000..4d0477f033 --- /dev/null +++ b/changelog.d/9361.bugfix @@ -0,0 +1 @@ +Fix a bug causing Synapse to impose the wrong type constraints on fields when processing responses from appservices to `/_matrix/app/v1/thirdparty/user/{protocol}`. -- cgit 1.4.1