addressbook_store: Commit import addressbooks to changelog

This commit is contained in:
Lennart
2025-11-17 18:35:10 +01:00
parent 9fdc8434db
commit ac73f3aaff
2 changed files with 43 additions and 25 deletions

View File

@@ -627,7 +627,7 @@ impl CalendarStore for SqliteCalendarStore {
.push_topic,
})
{
error!("Push notification about deleted calendar failed: {err}");
error!("Push notification about imported calendar failed: {err}");
}
Ok(())
}