Skip to content

Commit

Permalink
removed unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Laventure committed Jun 21, 2024
1 parent 62e484a commit 5f82f8a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/dispatch/messaging/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,18 +401,6 @@ class MessageType(DispatchEnum):
],
}

INCIDENT_NAME_WITH_ENGAGEMENT_NO_DESCRIPTION_NO_SELF_JOIN = {
"title": "{{name}}",
"title_link": "{{ticket_weblink}}",
"text": "{{ignore}}",
"buttons": [
{
"button_text": "Subscribe",
"button_value": "{{organization_slug}}-{{incident_id}}",
"button_action": ConversationButtonActions.subscribe_user,
},
],
}
INCIDENT_NAME = {
"title": "{{name}} Incident Notification",
"title_link": "{{ticket_weblink}}",
Expand Down

0 comments on commit 5f82f8a

Please sign in to comment.