Bridge plaintext mentions of Telegram puppets into Telegram mentions

This commit is contained in:
Tulir Asokan
2018-03-08 18:39:27 +02:00
parent 150321a4d7
commit 61d9d6890a
6 changed files with 76 additions and 8 deletions
+8 -2
View File
@@ -1,2 +1,8 @@
from .from_matrix import matrix_reply_to_telegram, matrix_to_telegram, matrix_text_to_telegram
from .from_telegram import telegram_reply_to_matrix, telegram_to_matrix
from .from_matrix import (matrix_reply_to_telegram, matrix_to_telegram, matrix_text_to_telegram,
init_mx)
from .from_telegram import (telegram_reply_to_matrix, telegram_to_matrix, init_tg)
def init(context):
init_mx(context)
init_tg(context)