Support for polls (can be created by room admins)

This commit is contained in:
N Pex 2022-05-03 09:40:02 +00:00
parent 2a064f4a06
commit 0d1ac1d441
11 changed files with 676 additions and 6 deletions

View file

@ -306,6 +306,7 @@ export default {
addMatrixClientListeners(client) {
if (client) {
client.setMaxListeners(100); // Increate max number of listeners.
client.on("event", this.onEvent);
client.on("Room", this.onRoom);
client.on("Session.logged_out", this.onSessionLoggedOut);