You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
make quotes consistent
This commit is contained in:
@@ -1045,7 +1045,7 @@ export const Commands = [
|
|||||||
}),
|
}),
|
||||||
new Command({
|
new Command({
|
||||||
command: "holdcall",
|
command: "holdcall",
|
||||||
description: _td('Places the call in the current room on hold'),
|
description: _td("Places the call in the current room on hold"),
|
||||||
category: CommandCategories.other,
|
category: CommandCategories.other,
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
|
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
|
||||||
@@ -1058,7 +1058,7 @@ export const Commands = [
|
|||||||
}),
|
}),
|
||||||
new Command({
|
new Command({
|
||||||
command: "unholdcall",
|
command: "unholdcall",
|
||||||
description: _td('Takes the call in the current room off hold'),
|
description: _td("Takes the call in the current room off hold"),
|
||||||
category: CommandCategories.other,
|
category: CommandCategories.other,
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
|
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
|
||||||
|
|||||||
Reference in New Issue
Block a user