🚧 Add RoomMember value object

This commit is contained in:
2024-05-10 19:56:39 +02:00
parent bfa1539d23
commit c2918fbc78
3 changed files with 95 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ pub(crate) mod account;
pub(crate) mod common;
pub(crate) mod messaging_interface;
pub(crate) mod room;
pub(crate) mod room_member;
pub(crate) mod session;
pub(crate) mod space;
pub(crate) mod store_interface;