turt2live / matrix-voyager-bot

A Matrix bot that attempts to travel the whole network, finding rooms along the way
GNU General Public License v3.0
45 stars 5 forks source link

Don't blindly join rooms #211

Closed turt2live closed 6 years ago

turt2live commented 6 years ago

This appears to be causing issues with synapse:

Instead, let's try doing a directory lookup to resolve the room ID. From the room ID, increment the link count or join the room if we haven't already (analyze /joined_rooms maybe?).