feat: Possiblity to join a room

This commit is contained in:
2024-06-30 23:55:59 +02:00
parent 788b81402b
commit f3d606ee7d
4 changed files with 17 additions and 8 deletions

View File

@ -43,7 +43,7 @@
title: "{{ response }}",
text: "{{ comment }}",
icon: "{{ type }}",
confirmButtonText: "Join another room",
confirmButtonText: "Let's get in!",
}).then(function() {
window.location = "/search/{{ roomid }}";
})