diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-03-02 11:40:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 11:40:20 +0000 |
commit | 81312b8a787c9a25ce897f361ba7720cdc763e9e (patch) | |
tree | b3cfd43e6485628bd821a1cf948eaf87f0647e9a /sytest-blacklist | |
parent | f5cf2418776f0117455eb4156eabdc6dbcf9c1ee (diff) |
Return the current OTK count on an empty upload request (#1774)
* Always return OTK counts
* Fix parameter ordering
* Send IDs over to keyserver internal API
* Review comments
* Fix syntax error
* Fix panic, hopefully
* Require user ID to be set
* Fix user API call
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index 601a3f70..b635c9f0 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -66,4 +66,7 @@ A prev_batch token from incremental sync can be used in the v1 messages API Forgotten room messages cannot be paginated # Blacklisted due to flakiness -Can re-join room if re-invited
\ No newline at end of file +Can re-join room if re-invited + +# Blacklisted due to flakiness after #1774 +Local device key changes get to remote servers with correct prev_id
\ No newline at end of file |