notification dev env

This commit is contained in:
Stephan D
2026-01-30 16:00:06 +01:00
parent 51f5b0804a
commit 4a11bcb2c5
8 changed files with 140 additions and 73 deletions

View File

@@ -54,7 +54,7 @@ func (m *EmailNotificationTemplate) prepareUnsubscribe(msg mmail.Message) error
return nil
}
func (m *EmailNotificationTemplate) prepareButton(msg mmail.Message) error {
func (m *EmailNotificationTemplate) prepareButton(_ mmail.Message) error {
var block string
if m.hasButton {
var err error