diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-09-07 16:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 16:14:09 +0200 |
commit | 0d697f675484cfd990af640aad6fa54c44ecd208 (patch) | |
tree | 874117363e0287647e9a1b10fbdfa76967295e66 /sytest-blacklist | |
parent | 7e8c605f98458f829fc914c3476cf4999e317bcd (diff) |
Add HTTP status code to FederationClientError (#2699)
Also ensures we wait on more HTTP status codes.
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index bcc345f6..5b2e973a 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -49,3 +49,6 @@ Notifications can be viewed with GET /notifications If remote user leaves room we no longer receive device updates Guest users can join guest_access rooms + +# This will fail in HTTP API mode, so blacklisted for now +If a device list update goes missing, the server resyncs on the next one
\ No newline at end of file |