fix: slashcommand query to mutation
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
⚠️ No Changeset found
Latest commit: 7529656c8804567cd605078446695ca568ad7c94
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Looks like this PR is not ready to merge, because of the following issues:
- This PR is missing the 'stat: QA assured' label
- This PR is missing the required milestone or project
Please fix the issues and try again
If you have any trouble, please check the PR guidelines
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
- [ ] Commit unit tests in branch
fix/faulty-slashcommand-mutation
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
📦 Docker Image Size Report
📈 Changes 
| Service | Current | Baseline | Change | Percent |
|---|---|---|---|---|
| sum of all images | 1.2GiB | 1.2GiB | +12MiB | |
| rocketchat | 359MiB | 347MiB | +12MiB | |
| omnichannel-transcript-service | 132MiB | 132MiB | +83B | |
| queue-worker-service | 132MiB | 132MiB | +52B | |
| ddp-streamer-service | 126MiB | 126MiB | -1.3KiB | |
| account-service | 113MiB | 113MiB | +798B | |
| stream-hub-service | 111MiB | 111MiB | -463B | |
| authorization-service | 111MiB | 111MiB | +234B | |
| presence-service | 111MiB | 111MiB | -1.4KiB |
📊 Historical Trend
---
config:
theme: "dark"
xyChart:
width: 900
height: 400
---
xychart
title "Image Size Evolution by Service (Last 30 Days + This PR)"
x-axis ["11/15 22:28", "11/16 01:28", "11/17 23:50", "11/18 22:53", "11/19 23:02", "11/21 16:49", "11/24 17:34", "11/27 22:32", "11/28 19:05", "12/01 23:01", "12/02 21:57", "12/03 21:00", "12/04 14:05", "12/04 15:04 (PR)"]
y-axis "Size (GB)" 0 --> 0.5
line "account-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
line "authorization-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
line "ddp-streamer-service" [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12]
line "omnichannel-transcript-service" [0.14, 0.14, 0.14, 0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13]
line "presence-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
line "queue-worker-service" [0.14, 0.14, 0.14, 0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13]
line "rocketchat" [0.36, 0.36, 0.35, 0.35, 0.35, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.35]
line "stream-hub-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11]
Statistics (last 13 days):
- 📊 Average: 1.5GiB
- ⬇️ Minimum: 1.2GiB
- ⬆️ Maximum: 1.6GiB
- 🎯 Current PR: 1.2GiB
ℹ️ About this report
This report compares Docker image sizes from this build against the develop baseline.
-
Tag:
pr-37666 -
Baseline:
develop - Timestamp: 2025-12-04 15:04:37 UTC
- Historical data points: 13
Updated: Thu, 04 Dec 2025 15:04:37 GMT
@copilot fix the unit tests file that is failling. Make sure to not modify any other files in the repository. If you find any suggestions that could be applied to the code to improve testability, leave a comment here on the PR instead of applying them to the code
@d-gubert I've opened a new pull request, #37667, to work on those changes. Once the pull request is ready, I'll request review from you.
Codecov Report
:x: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 68.80%. Comparing base (dc51116) to head (7529656).
:warning: Report is 2 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #37666 +/- ##
===========================================
+ Coverage 68.78% 68.80% +0.02%
===========================================
Files 3363 3362 -1
Lines 114202 114164 -38
Branches 20617 20607 -10
===========================================
- Hits 78556 78554 -2
+ Misses 33551 33512 -39
- Partials 2095 2098 +3
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 57.25% <71.42%> (+0.02%) |
:arrow_up: |
| e2e-api | 43.24% <ø> (+1.03%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.