Audit all TODOs in Zed and mark port related todos
This commit is contained in:
parent
02ef6fc973
commit
c98d7adf83
4 changed files with 4 additions and 3 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue