Skip to content

Commit 7177ef2

Browse files
Fix chat id attribte
1 parent 5f4ee42 commit 7177ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/backend/src/couchers/notifications/render_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _get_generic_templated_email(user_name: str, notification: Notification) ->
165165
missed_count=missed_count,
166166
latest_message_author=_user_info(message.author),
167167
latest_message_text=message.text,
168-
view_url=urls.chat_link(chat_id=data.group_chat_id),
168+
view_url=urls.chat_link(chat_id=message.group_chat_id),
169169
)
170170
)
171171

0 commit comments

Comments
 (0)