Fixed calendar metadata sync

This commit is contained in:
daladim 2021-04-04 01:02:37 +02:00
parent f2dd528d33
commit aa02fa182d
9 changed files with 92 additions and 68 deletions

View file

@ -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!();
}
}