1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-31 04:08:30 +00:00

re-export ruma Event trait through core pdu

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-27 20:53:22 +00:00
parent e7e606300f
commit 6c9ecb031a
3 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,10 @@
mod builder;
mod content;
mod count;
mod event;
mod filter;
mod id;
mod redact;
mod state_res;
mod strip;
mod unsigned;
@ -19,6 +19,7 @@ use serde_json::value::RawValue as RawJsonValue;
pub use self::{
builder::{Builder, Builder as PduBuilder},
count::PduCount,
event::Event,
id::*,
};
use crate::Result;