parsers: port Message to use the derive macros
This commit is contained in:
parent
0fd69d2ff8
commit
5172fb5e0f
11 changed files with 183 additions and 202 deletions
|
|
@ -25,7 +25,7 @@ pub async fn handle_message_group_chat(
|
|||
events.push(Event::RoomSubject(
|
||||
from.to_bare(),
|
||||
from.resource().map(RoomNick::from_resource_ref),
|
||||
subject.0.clone(),
|
||||
subject.clone(),
|
||||
time_info.clone(),
|
||||
));
|
||||
found_subject = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue