Bailey Stevens

Results 7 comments of Bailey Stevens

I'm also experiencing this issue. I started an unencrypted chat with my bot, sent a message, which appeared properly, then enabled encryption, sent a message, and it was not received.

Here is the code for my bot (basically the tutorial code with some stuff removed and rearranged). https://github.com/wasv/matrix-bot/tree/82b7c8d016f2bf4406c9f24108b8a991941da81a Here is the event that did work: ``` { "type": "m.room.message", "sender":...

Whoops. Forgot I had it private. It's public now.

That fixed it, thanks! Here's the [relevant commit](https://github.com/wasv/matrix-bot/commit/442bb50249ff7df0e7211926fecf7943d9d24ca4) for anyone who needs it.

> We should really add a method called `restore_login(user_id, device_id, access_token)` which does the same. I can fork and do a small PR for this.

I meant to mark this as a draft beforehand, since I haven't built it yet. Will mark as "ready for review" once I've gotten it to run.

At this point I've gotten it to build and almost run. I get an unrelated error due to some alsa shared libraries, but thats on my end. I also had...