try on all hosts for media

This commit is contained in:
Adhiraj
2020-09-06 13:21:54 +05:30
parent 0a8312a81f
commit 7cc35d6e84
2 changed files with 21 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ export class WAConnection extends Base {
constructor () {
super ()
// new messages
this.registerCallback(['action', 'add:relay', 'message'], json => {
const message = json[2][0][2] as WAMessage