Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Properly parse conversations into alerts #744

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

aponcedeleonch
Copy link
Contributor

Closes: #420

This PR introduces:

  • Have full conversations in alerts. Until now we were only showing the message where the alert came from in */alerts
  • Match the chat_id in the alert conversation to the ones returned in */messages
  • Fixes a grouping issue in which conversations with secrets were not grouped correctly because of the REDACTED<> text.

JAORMX
JAORMX previously approved these changes Jan 24, 2025
Closes: #420

This PR introduces:
- Have full conversations in alerts. Until now we were only showing
the message where the alert came from in `*/alerts`
- Match the `chat_id` in the alert conversation to the ones
returned in `*/messages`
- Fixes a grouping issue in which conversations with secrets were
not grouped correctly because of the `REDACTED<>` text.
Copy link
Contributor

@peppescg peppescg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it locally and it works well 🚀

@aponcedeleonch aponcedeleonch merged commit e50c6aa into main Jan 24, 2025
4 checks passed
@aponcedeleonch aponcedeleonch deleted the chat-id-alerts branch January 24, 2025 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secrets discovered provide a link to the main conversation
3 participants