Fixed calendar metadata sync
This commit is contained in:
parent
f2dd528d33
commit
aa02fa182d
9 changed files with 92 additions and 68 deletions
|
@ -34,7 +34,7 @@ impl Event {
|
|||
self.sync_status = new_status;
|
||||
}
|
||||
|
||||
pub fn has_same_observable_content(&self, _other: &Event) -> bool {
|
||||
pub fn has_same_observable_content_as(&self, _other: &Event) -> bool {
|
||||
unimplemented!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue