Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Oct 5, 2024
1 parent df8a09c commit 58665ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/incident/incident_conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def handle_reaction_added(client, ack, body, logger):
message = slack_users.replace_user_id_with_handle(
client, message["text"]
)

# if the message already exists in the timeline, then don't put it there again
if content and message_date_time not in content:
# append the new message to the content
Expand Down

0 comments on commit 58665ed

Please sign in to comment.