Skip to content

Commit

Permalink
[FIX] Shrug missing backslash character (#27233)
Browse files Browse the repository at this point in the history
Co-authored-by: gabriellsh <gabriel.henriques@rocket.chat>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and MartinSchoeler committed Nov 28, 2022
1 parent 16147ca commit 4538a82
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slashCommands.add({
command: 'shrug',
callback: (_command: 'shrug', params, item): void => {
const msg = item;
msg.msg = `${params} ¯\\_(ツ)_/¯`;
msg.msg = `${params} ¯\\\\_(ツ)_/¯`;
Meteor.call('sendMessage', msg);
},
options: {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rocket.chat/apps-engine": "^1.32.0",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "0.31.21",
"@rocket.chat/message-parser": "0.31.21",
"@rocket.chat/message-parser": "next",
"@rocket.chat/model-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"@rocket.chat/layout": "next",
"@rocket.chat/logo": "0.31.21",
"@rocket.chat/memo": "0.31.21",
"@rocket.chat/message-parser": "0.31.21",
"@rocket.chat/message-parser": "next",
"@rocket.chat/model-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/mp3-encoder": "0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@rocket.chat/apps-engine": "^1.32.0",
"@rocket.chat/icons": "0.31.21",
"@rocket.chat/message-parser": "0.31.21",
"@rocket.chat/message-parser": "next",
"@rocket.chat/ui-kit": "0.31.21"
}
}
2 changes: 1 addition & 1 deletion packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rocket.chat/css-in-js": "0.31.21",
"@rocket.chat/fuselage": "0.31.21",
"@rocket.chat/fuselage-tokens": "0.31.21",
"@rocket.chat/message-parser": "0.31.21",
"@rocket.chat/message-parser": "next",
"@rocket.chat/styled": "0.31.21",
"@rocket.chat/ui-client": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@rocket.chat/apps-engine": "^1.32.0",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/message-parser": "0.31.21",
"@rocket.chat/message-parser": "next",
"@rocket.chat/ui-kit": "0.31.21",
"ajv": "^8.11.0"
}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5465,7 +5465,7 @@ __metadata:
"@rocket.chat/apps-engine": ^1.32.0
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/icons": 0.31.21
"@rocket.chat/message-parser": 0.31.21
"@rocket.chat/message-parser": next
"@rocket.chat/ui-kit": 0.31.21
eslint: ^8.20.0
mongodb: ^4.3.1
Expand Down Expand Up @@ -5788,7 +5788,7 @@ __metadata:
"@rocket.chat/css-in-js": 0.31.21
"@rocket.chat/fuselage": 0.31.21
"@rocket.chat/fuselage-tokens": 0.31.21
"@rocket.chat/message-parser": 0.31.21
"@rocket.chat/message-parser": next
"@rocket.chat/styled": 0.31.21
"@rocket.chat/ui-client": "workspace:^"
"@rocket.chat/ui-contexts": "workspace:^"
Expand Down Expand Up @@ -5961,10 +5961,10 @@ __metadata:
languageName: node
linkType: hard

"@rocket.chat/message-parser@npm:0.31.21":
version: 0.31.21
resolution: "@rocket.chat/message-parser@npm:0.31.21"
checksum: 396f69a9b8f24c06f0912c21ec8a447cc8ee67ade323a07accea8d536f827ef66d57a798c9d69591bb0b72ffa90c29749990702b8c3834d822d98afddda7ba1c
"@rocket.chat/message-parser@npm:next":
version: 0.32.0-dev.145
resolution: "@rocket.chat/message-parser@npm:0.32.0-dev.145"
checksum: 72f0f1a6cf7d5ec2fd1fd7e0916e46e3f38a714ba8c0b90a378a1591eda3aa2e69f86bb6a11a5b642db8be78a2650d634f8cb2b883e78ca5f7bc6c211b7470c0
languageName: node
linkType: hard

Expand Down Expand Up @@ -6013,7 +6013,7 @@ __metadata:
"@rocket.chat/livechat": "workspace:^"
"@rocket.chat/logo": 0.31.21
"@rocket.chat/memo": 0.31.21
"@rocket.chat/message-parser": 0.31.21
"@rocket.chat/message-parser": next
"@rocket.chat/model-typings": "workspace:^"
"@rocket.chat/models": "workspace:^"
"@rocket.chat/mp3-encoder": 0.24.0
Expand Down Expand Up @@ -6436,7 +6436,7 @@ __metadata:
"@rocket.chat/apps-engine": ^1.32.0
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/message-parser": 0.31.21
"@rocket.chat/message-parser": next
"@rocket.chat/ui-kit": 0.31.21
"@types/jest": ^27.4.1
ajv: ^8.11.0
Expand Down Expand Up @@ -23469,7 +23469,7 @@ __metadata:
optional: true
bin:
lessc: ./bin/lessc
checksum: 61568b56b5289fdcfe3d51baf3c13e7db7140022c0a37ef0ae343169f0de927a4b4f4272bc10c20101796e8ee79e934e024051321bba93b3ae071f734309bd98
checksum: c9b8c0e865427112c48a9cac36f14964e130577743c29d56a6d93b5812b70846b04ccaa364acf1e8d75cee3855215ec0a2d8d9de569c80e774f10b6245f39b7d
languageName: node
linkType: hard

Expand Down Expand Up @@ -30787,7 +30787,7 @@ __metadata:
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/emitter": 0.31.21
"@rocket.chat/icons": 0.31.21
"@rocket.chat/message-parser": 0.31.21
"@rocket.chat/message-parser": next
"@rocket.chat/model-typings": "workspace:^"
"@rocket.chat/models": "workspace:^"
"@rocket.chat/rest-typings": "workspace:^"
Expand Down

0 comments on commit 4538a82

Please sign in to comment.