Fix Matrix->Telegram name mentions

This commit is contained in:
Tulir Asokan
2020-11-07 16:01:21 +02:00
parent 04e2497dd3
commit be59d50678
3 changed files with 77 additions and 72 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
from .from_matrix import (matrix_reply_to_telegram, matrix_to_telegram, matrix_text_to_telegram,
init_mx)
from .from_matrix import matrix_reply_to_telegram, matrix_to_telegram, init_mx
from .from_telegram import telegram_reply_to_matrix, telegram_to_matrix
from .. import context as c