Audit all TODOs in Zed and mark port related todos

This commit is contained in:
Mikayla 2024-01-09 22:22:59 -08:00
parent 02ef6fc973
commit c98d7adf83
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -239,7 +239,8 @@ impl ActiveCall {
if result.is_ok() {
this.update(&mut cx, |this, cx| this.report_call_event("invite", cx))?;
} else {
// TODO: Resport collaboration error
//TODO: report collaboration error
log::error!("invite failed: {:?}", result);
}
this.update(&mut cx, |this, cx| {