You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
S7evinK
added
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Z-Flake
Tests that give intermittent failures
labels
Nov 24, 2023
Fixes#3273
As we otherwise send down device list updates which are merely useful
for the user and causes tests to be flakey:
```
❌ TestPushSync/Adding_a_push_rule_wakes_up_an_incremental_/sync (10ms)
push_test.go:57: no pushrules found in sync response: {"next_batch":"s0_0_0_0_0_1_1_0_1","device_lists":{"changed":["@user-1:hs1"]}}
```
What this does: If a `PerformDeviceCreation` request is coming from
registering an account, it does **not** send device list updates, as
they are merely useful (no joined rooms, no one to inform) . In all
other cases, the behavior is unchanged and device list updates are sent
as usual.
Most recent: https://github.com/matrix-org/dendrite/actions/runs/6984545139/job/19007575361?pr=3078#step:7:123
The text was updated successfully, but these errors were encountered: