matrix-user-swap/tests/input/ignored_users_simple.json5
Olivia Lee b70039807b
add tests for m.ignored_user_list migration
None of this is hooked up yet.
2024-12-04 23:54:35 -08:00

18 lines
476 B
Text

// Simplest case of migrating m.ignored_users_list, where the new user doesn't
// have a m.ignored_users_list event so no merge logic is necessary.
{
"rooms": { },
"old_user": {
"user_id": "@old:example.com",
"global_account_data": {
"m.ignored_user_list": {
"@user-a:example.com": {},
"@user-b:example.com": {}
}
}
},
"new_user": {
"user_id": "@new:example.com"
}
}