mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
api: add chat_id to all call events (#7216)
This commit is contained in:
@@ -135,6 +135,7 @@ async fn accept_call() -> Result<CallSetup> {
|
||||
ev,
|
||||
EventType::OutgoingCallAccepted {
|
||||
msg_id: alice_call.id,
|
||||
chat_id: alice_call.chat_id,
|
||||
accept_call_info: ACCEPT_INFO.to_string()
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user