matrix-user-swap/tests/input/trivial.json5

11 lines
224 B
Text

// No rooms joined in either the old or new user, this should be a no-op
{
"rooms": {
},
"old_user": {
"user_id": "@old:example.com"
},
"new_user": {
"user_id": "@new:example.com"
}
}