Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements a notification system for anonymous message replies, allowing users who send anonymous messages to receive DMs when someone replies to their message. The feature includes subscription management for users to opt in/out of notifications.
- Adds reply detection for anonymous messages with notification DMs to original senders
- Implements notification subscription toggle functionality via interactive buttons
- Refactors message deletion handling to support both anon reply tracking and existing ghost ping detection
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 5 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📌 Description
Summarize what this PR does:
🧱 Type of Change
🧪 How Has This Been Tested?
tests/unit/)tests/integration/)✅ Checklist
pre-commit run --all-files)config.json(unless with explicit permission).envvars updated (if applicable)🛠️ Affected Bot Areas
/ping,/help)requirements.txt)📸 Screenshots / Demos (if applicable)
🧠 Additional Notes