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
When a user joins the new room, the server should automatically transfer/replicate some of the user’s personalized settings such as notifications, tags, etc.
Furthermore, when scouring the dendrite codebase, I could not find a single ounce of behaviour (searching on strings "upgrade" and "tombstone") that referred to an after-upgrade personal user settings migration, if that user joins such an upgraded room.
Fixes#2863 and makes
```
/upgrade preserves direct room state
local user has tags copied to the new room
remote user has tags copied to the new room
```
pass.
This fails a sytest called
$user_type user has push rules copied to upgraded room
It asserts that push rules are copied to the new room when it has been upgraded (and the user joins the new room)
See the following wording, where the spec recommends this:
Background information
The text was updated successfully, but these errors were encountered: