🐸 Version 3.3.3
November 2, 2025
📜 Summary
Fixed critical bug where editing messages in conversation threads wasn't updating the translated messages in other channels. Messages are now properly updated via webhook editing instead of failing silently.
✨ Visual Highlights
No images.
⚙️ Full Details
🚀 New
- No new features in this release.
🔄 Improved
- Enhanced conversation edit handling to properly fetch channels and validate webhook scope before attempting message updates.
- Improved error handling with fallback to direct message editing when webhook editing is unavailable.
🐛 Fixed
- Fixed critical bug where editing messages in conversation threads failed to update translated messages in other channels.
- Resolved issue where webhook messages were being edited using direct message editing (which doesn't work for webhook messages).
- Fixed channel fetching to use async instead of cache lookup for better reliability.