-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to mautrix-go #38
Conversation
Code wise the work is done, needs testing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this looks a lot simpler that I had imagined; good job. What kind of testing do you mean, function tests or manual testing?
Manual testing if everything still works, did not do that yesterday but did it now. |
matrix.org seems to have some trouble currently, will try testing it later again. |
Digging deeper I think the issue is that the session from the bot is not verified and therefore the clients from other users will ignore any event sent to them. |
Everything working fine - somehow my bot got on the ignored list, my bad. Tested it and it is working just fine. |
Thanks for rebasing, I'll take a look this week! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to merge this, just want to clarify some minor things.
Removed the link to #24 as it seems more work would be required for E2E. Is this ready to be merged from your PoV? |
yes, it is. |
In order to get more features (e.g. encryption #24) switch from the default matrix go library to mautrix-go.