add test for member state content

This commit is contained in:
Cadence Ember 2023-06-30 15:15:23 +12:00
commit cc1210729f
3 changed files with 70 additions and 0 deletions

View file

@ -154,6 +154,7 @@ async function syncAllUsersInRoom(roomID) {
}
}
module.exports._memberToStateContent = memberToStateContent
module.exports.ensureSim = ensureSim
module.exports.ensureSimJoined = ensureSimJoined
module.exports.syncUser = syncUser