Add command to vote in polls. Fixes #257

This commit is contained in:
Tulir Asokan
2019-02-16 19:47:38 +02:00
parent ffc1a5ad8f
commit f2efb235eb
7 changed files with 133 additions and 66 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ class MatrixHandler:
# Not enough values to unpack, i.e. no arguments
command = text
args = []
await self.commands.handle(room, sender, command, args, is_management,
await self.commands.handle(room, event_id, sender, command, args, is_management,
is_portal=portal is not None)
@staticmethod