Add basic support for bridging existing rooms to existing chats. Fixes #52

This commit is contained in:
Tulir Asokan
2018-03-04 17:10:03 +02:00
parent 57a00468ba
commit 6d648d51da
3 changed files with 154 additions and 23 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
from .handler import command_handler, CommandHandler
from .handler import command_handler, CommandHandler, CommandEvent
from . import clean_rooms, auth, meta, telegram, portal