move read_receipt feature up one level out of rooms.edus.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-03-31 17:06:59 -07:00 committed by June
parent 22b123de7b
commit 89a919ce75
13 changed files with 11 additions and 16 deletions

View file

@ -6,6 +6,7 @@ mod lazy_load;
mod metadata;
mod outlier;
mod pdu_metadata;
mod read_receipt;
mod search;
mod short;
mod state;