Send m.bridge data when bridging existing room to Telegram

This commit is contained in:
Tulir Asokan
2021-05-12 19:21:12 +03:00
parent 6accb530c6
commit 9c4beb29a5
3 changed files with 3 additions and 0 deletions
@@ -186,6 +186,7 @@ async def _locked_confirm_bridge(evt: CommandEvent, portal: 'po.Portal', room_id
portal.encrypted) = await get_initial_state(evt.az.intent, evt.room_id)
portal.photo_id = ""
await portal.save()
await portal.update_bridge_info()
asyncio.ensure_future(portal.update_matrix_room(user, entity, direct=False, levels=levels),
loop=evt.loop)