Merci !
J’avais créé le salon whatsapp en ayant déjà invité le bot telegram, puis créé le salon telegram, au même endroit, après avoir invité mon correspondant telegram.
Il y a eu du pas content dans les logs, genre côté telegram :
[2021-01-17 18:38:15,083] [■■■■■■■■■■■■] Exception in Matrix event handler
Traceback (most recent call last):
File « /opt/yunohost/mautrix_telegram/lib/python3.7/site-packages/mautrix/appservice/as_handler.py », line 178, in try_handle
await handler_func(event)
File « /opt/yunohost/mautrix_telegram/lib/python3.7/site-packages/mautrix/bridge/matrix.py », line 455, in int_handle_event
await self.handle_event(evt)
File « /opt/yunohost/mautrix_telegram/lib/python3.7/site-packages/mautrix_telegram/matrix.py », line 384, in handle_event
await self.handle_redaction(evt)
File « /opt/yunohost/mautrix_telegram/lib/python3.7/site-packages/mautrix_telegram/matrix.py », line 253, in handle_redaction
await portal.handle_matrix_deletion(sender, evt.redacts, evt.event_id)
File « /opt/yunohost/mautrix_telegram/lib/python3.7/site-packages/mautrix_telegram/portal/matrix.py », line 436, in handle_matrix_deletion
space = self.tgid if self.peer_type == « channel » else real_deleter.tgid
AttributeError: ‹ NoneType › object has no attribute ‹ tgid ›
[2021-01-17 18:38:34,489] [■■■■■■■■■■■■■■.@:.] Unexpected read receipt peer: PeerChat(chat_id=*)
Et des messages « Ignoring event *** from @telegram_:.** as user has no session » du côté du bot whatsapp… Rien de spécial niveau Synapse.
Ce qui me laisse penser qu’ils se sont ignorés mutuellement ne parvenant pas à s’identifier par leur système respectif…
Du coup oui, je vais essayer le allow_user_invite et configurer les deux relaybots proprement. Si j’ai bien compris, les relaybots attribuent un compte Matrix à préfixe pour les utilisateurs de services externes ? Il y a peut-être moyen alors de créer un salon « neutre » où les deux bots pourraient coexister de façon pacifique, sans conflits d’IDs ?
Vous avez tenté de votre côté de faire des échanges croisés Facebook Messenger/Whatsapp ?