change event id

This commit is contained in:
Sebastian Klähn
2022-09-18 13:00:38 +02:00
committed by Septias
parent fd486ec36c
commit 119f3ec9f2
2 changed files with 4 additions and 11 deletions

View File

@@ -521,7 +521,7 @@ pub unsafe extern "C" fn dc_event_get_id(event: *mut dc_event_t) -> libc::c_int
EventType::SelfavatarChanged => 2110,
EventType::WebxdcStatusUpdate { .. } => 2120,
EventType::WebxdcInstanceDeleted { .. } => 2121,
EventType::WebxdcUpdateStateChanged { .. } => 2022,
EventType::WebxdcUpdateStateChanged { .. } => 2017,
}
}