Update all modules to use registry - part 4

This commit is contained in:
mdecimus
2026-02-13 22:58:18 +00:00
parent f7c2fe10c1
commit 726e8d9c79
47 changed files with 791 additions and 478 deletions

View File

@@ -141,7 +141,7 @@ impl ItipIngest for Server {
}
// Obtain changedBy
let changed_by = if let Some(id) = self.account_id(sender).await? {
let changed_by = if let Some(id) = self.account_id_from_email(sender, false).await? {
ChangedBy::PrincipalId(id)
} else {
ChangedBy::CalendarAddress(sender.into())