fix(messages): correct endpoint name for email notification URL (conversations_page not conversations_view)
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6833a664a3
commit
b71d7b62b8
@ -287,7 +287,7 @@ def _send_message_email_notifications(db, conv_id, conversation, message, conten
|
||||
sender_name = current_user.name or current_user.email.split('@')[0]
|
||||
preview = strip_html(content)[:200]
|
||||
conv_name = conversation.name or sender_name
|
||||
message_url = url_for('messages.conversations_view', _external=True) + f'?conv={conv_id}'
|
||||
message_url = url_for('messages.conversations_page', _external=True) + f'?conv={conv_id}'
|
||||
settings_url = url_for('auth.konto_prywatnosc', _external=True)
|
||||
subject_line = f'Nowa wiadomość od {sender_name} — Norda Biznes'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user