forked from snxraven/LinkUp-P2P-Chat
more test
This commit is contained in:
parent
d423031cfb
commit
e0ad9c7067
4
app.js
4
app.js
@ -351,8 +351,6 @@ function handleIncomingMessage(messageObj) {
|
|||||||
peer.write(renameMessage);
|
peer.write(renameMessage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (messageObj.type === 'guildJoin') {
|
} else if (messageObj.type === 'guildJoin') {
|
||||||
@ -1267,4 +1265,6 @@ async function joinGuildRequest(guildTopic) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.joinGuildRequest = joinGuildRequest;
|
||||||
|
|
||||||
initialize();
|
initialize();
|
||||||
|
Loading…
Reference in New Issue
Block a user