Cadair / matrix-appservice-hangouts

A prototype Matrix<->Hangouts appservice written in Python 3.6 using asyncio.
MIT License
12 stars 4 forks source link

Joining rooms #6

Closed erdnaxeli closed 6 years ago

erdnaxeli commented 6 years ago

When joining a room, we can see in the log that the room is created, but something is failing: riot tells us the room does not exist. When trying to join it again it works.

MurzNN commented 6 years ago

Got the same problem, next try to join works well. Seems first join processed too quickly - bot does not have time to create a room

Cadair commented 6 years ago

This is for the original implementation, so closing.