Sync global-autoresponder current state

This commit is contained in:
Marek Miklewicz
2026-07-04 15:16:50 +02:00
parent 196ee224fe
commit af775ce976
47 changed files with 1165 additions and 1037 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ final class MailboxDirectory
}
/** @return string[] */
private function domainsForUser(string $username): array
public function domainsForUser(string $username): array
{
$domains = [];
foreach ($this->domainOwners() as $domain => $owner) {