Add support for sending arbitrary TFW message on bot message click
This commit is contained in:
@@ -65,4 +65,10 @@ export class MessagesComponent implements OnInit {
|
||||
'key': 'message.queue.drain'
|
||||
});
|
||||
}
|
||||
|
||||
sendMessageCommand(message: MessageData) {
|
||||
if ('command' in message) {
|
||||
this.websocketService.send(message.command);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user