forked from snxraven/LinkUp-P2P-Chat
more test
This commit is contained in:
@ -185,7 +185,7 @@
|
||||
joinGuildBtn.addEventListener('click', async (event) => {
|
||||
const guildTopic = document.getElementById('join-guild-topic').value.trim();
|
||||
if (guildTopic) {
|
||||
await processGuild(guildTopic);
|
||||
await joinGuildRequest(guildTopic);
|
||||
}
|
||||
});
|
||||
|
||||
@ -254,4 +254,4 @@
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user