diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-07-17 11:54:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-17 11:54:47 +0200 |
commit | 05888991d70b48ab82953306be83f22c65cfe791 (patch) | |
tree | 931f914e1aff27969122435aa788fe054091e980 /apps/settings | |
parent | 4362ed53614c900c53986b694ea3eea3799ab9c1 (diff) | |
parent | 693a81bfa367089de4b61ee1ea104c85e6bc6d1c (diff) | |
download | nextcloud-server-05888991d70b48ab82953306be83f22c65cfe791.tar.gz nextcloud-server-05888991d70b48ab82953306be83f22c65cfe791.zip |
Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlook
fix(mail): Fix big logos in mail templates for Outlook
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 19cfab8c193..72af678f832 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -57,6 +57,8 @@ class NewUserMailHelperTest extends TestCase { $this->defaults, $this->urlGenerator, $this->l10nFactory, + null, + null, 'test.TestTemplate', [] ); |