ryexandrite

Results 2 comments of ryexandrite

For reference, sending a reaction is relatively easy even without explicit support ```py async def send_reaction_to_room( client: AsyncClient, room_id: str, message: str, event: RoomMessage, ): content = { "m.relates_to": {...

Thanks for the suggestion, I hadn't actually considered the bridge table option. I have put together some adtional input on the bridge table and the other options presented ---- Talking...