From 337d8911c79e8fb381f64f75a0b4087af25aef2c Mon Sep 17 00:00:00 2001 From: Ricardo Garim Date: Mon, 16 Sep 2024 16:49:24 -0300 Subject: [PATCH] change changeset message --- .changeset/rotten-rabbits-brush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rotten-rabbits-brush.md b/.changeset/rotten-rabbits-brush.md index 4eff9fac38a6..916f4cc8034a 100644 --- a/.changeset/rotten-rabbits-brush.md +++ b/.changeset/rotten-rabbits-brush.md @@ -2,4 +2,4 @@ '@rocket.chat/meteor': patch --- -Fixes the parameter order in callbackHandler and updates the integration logic, autotranslate, and the EngagementDashboard.afterSaveMessage trigger to correctly pass the room parameter. This resolves the malfunction in outgoing webhooks and other use cases impacted by the format change introduced in version 6.12.0. +Resolves the issue where outgoing integrations failed to trigger after the version 6.12.0 upgrade by correcting the parameter order from the `afterSaveMessage` callback to listener functions. This ensures the correct room information is passed, restoring the functionality of outgoing webhooks, IRC bridge, Autotranslate, and Engagement Dashboard.