KSXPBDU3XKOASLRN7TCIOFN7WE5O5JZC5NHDT77CYNY2OH6CI3GQC
fn refresh_user(&self, txn: &mut heed::RwTxn<'_, '_>, room: &RoomId, user: &UserId) {
fn refresh_user(&self, room: &RoomId, user: &UserId) {
let mut txn = self.env.write_txn().unwrap();
self.refresh_user_inner(&mut txn, room, user);
txn.commit().unwrap();
}
fn refresh_user_inner(&self, txn: &mut heed::RwTxn<'_, '_>, room: &RoomId, user: &UserId) {