ZIm/crates/collab_ui
Joseph T. Lyons 3b173b6090 Allow call events to be logged without a room id (#2937)
Prior to this PR, we assumed that all call events needed a room_id, but
we now have call-based actions that don't need a room_id - for instance,
you can right click a channel and view the notes while not in a call. In
this case, there is no room_id. We want to be able to track these
events, which requires removing the restriction that requires a room_id.

Release Notes:

- N/A
2023-09-06 23:10:58 -04:00
..
src Allow call events to be logged without a room id (#2937) 2023-09-06 23:10:58 -04:00
Cargo.toml Add feature flags handling to the client, rewrite staff mode to a trait extension style 2023-08-25 17:00:53 -07:00