mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
update autogenerated files
This commit is contained in:
7048
deltachat-jsonrpc/openrpc/openrpc.json
Normal file
7048
deltachat-jsonrpc/openrpc/openrpc.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -418,10 +418,10 @@ impl From<CoreEventType> for EventType {
|
|||||||
CoreEventType::WebxdcInstanceDeleted { msg_id } => WebxdcInstanceDeleted {
|
CoreEventType::WebxdcInstanceDeleted { msg_id } => WebxdcInstanceDeleted {
|
||||||
msg_id: msg_id.to_u32(),
|
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()),
|
chat_id: chat_id.map(|id| id.to_u32()),
|
||||||
},
|
},
|
||||||
EventType::UIChatListChanged => UIChatListChanged,
|
CoreEventType::UIChatListChanged => UIChatListChanged,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user