update autogenerated files

This commit is contained in:
Simon Laux
2023-06-15 18:31:01 +02:00
parent f4caf1688b
commit a76a7ae781
2 changed files with 7050 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -418,10 +418,10 @@ impl From<CoreEventType> for EventType {
CoreEventType::WebxdcInstanceDeleted { msg_id } => WebxdcInstanceDeleted {
msg_id: msg_id.to_u32(),
},
EventType::UIChatListItemChanged { chat_id } => UIChatListItemChanged {
CoreEventType::UIChatListItemChanged { chat_id } => UIChatListItemChanged {
chat_id: chat_id.map(|id| id.to_u32()),
},
EventType::UIChatListChanged => UIChatListChanged,
CoreEventType::UIChatListChanged => UIChatListChanged,
}
}
}