Allow call events to be logged without a room id
This commit is contained in:
parent
d03a89ca19
commit
39e13b6675
4 changed files with 36 additions and 22 deletions
|
@ -73,7 +73,7 @@ pub enum ClickhouseEvent {
|
|||
},
|
||||
Call {
|
||||
operation: &'static str,
|
||||
room_id: u64,
|
||||
room_id: Option<u64>,
|
||||
channel_id: Option<u64>,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue