Bridge plaintext mentions of Telegram puppets into Telegram mentions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user