State resolution outline for /send

This commit is contained in:
Devin Ragotzy 2020-12-22 12:45:35 -05:00 committed by Timo Kösters
parent c263e13000
commit 690c066064
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
6 changed files with 384 additions and 141 deletions

View file

@ -17,7 +17,7 @@ use std::{
time::UNIX_EPOCH,
};
#[derive(Deserialize, Serialize, Debug)]
#[derive(Clone, Deserialize, Serialize, Debug)]
pub struct PduEvent {
pub event_id: EventId,
pub room_id: RoomId,