From 33d54b7c8cf9d832d5b530809656e2f260463577 Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Wed, 15 Jan 2025 21:37:37 -0600 Subject: [PATCH] Update .changeset/eight-humans-sip.md Co-authored-by: Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com> --- .changeset/eight-humans-sip.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/eight-humans-sip.md b/.changeset/eight-humans-sip.md index ba7082651643..dd54579cf8e5 100644 --- a/.changeset/eight-humans-sip.md +++ b/.changeset/eight-humans-sip.md @@ -1,7 +1,7 @@ --- -"@rocket.chat/meteor": patch -"@rocket.chat/i18n": patch -"@rocket.chat/rest-typings": patch +"@rocket.chat/meteor": minor +"@rocket.chat/i18n": minor +"@rocket.chat/rest-typings": minor --- Allows agents and managers to close Omnichannel rooms that for some reason ended up in a bad state. This "bad state" could be a room that appears open but it's closed. Now, the endpoint `livechat/room.closeByUser` will accept an optional `forceClose` parameter that will allow users to bypass most state checks we do on rooms and perform the room closing again so its state can be recovered.