Skip to content

Commit 5629a4d

Browse files
[WEB-4674] fix: update broken email preference links in notification emails #7574
1 parent 545507f commit 5629a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/plane/bgtasks/email_notification_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def send_email_notification(
282282
"project_url": f"{base_api}/{str(issue.project.workspace.slug)}/projects/{str(issue.project.id)}/issues/",
283283
"workspace": str(issue.project.workspace.slug),
284284
"project": str(issue.project.name),
285-
"user_preference": f"{base_api}/profile/preferences/email",
285+
"user_preference": f"{base_api}/{str(issue.project.workspace.slug)}/settings/account/notifications/",
286286
"comments": comments,
287287
"entity_type": "issue",
288288
}

0 commit comments

Comments
 (0)