We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d370cbc commit de7fe5dCopy full SHA for de7fe5d
1 file changed
workers/email/src/templates/emails/event/html.twig
@@ -58,7 +58,7 @@
58
{% endblock %}
59
60
{% block unsubscribeLink %}
61
- {{ host ~ '/unsubscribe/' ~ notificationRuleId }}
+ {{ host ~ '/unsubscribe/' ~ project._id ~ '/' ~ notificationRuleId }}
62
63
64
{% block unsubscribeText %}
0 commit comments