-
Notifications
You must be signed in to change notification settings - Fork 59
Update to Matrix 1.16 #889
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
base: dev
Are you sure you want to change the base?
Conversation
GTAD 0.11.0 was broken.
Actually, it's just one place.
|
Note: aside from changes in gtad.yaml, matrix-spec was also changed to suppress unneeded QJsonObjects by new jobs in report_content.h
This breaks compilation of neochat in a few places. Ifdefing those is easy enough, but it would help a lot to have a preprocessor definition that contains the version of the matrix api |
If it's because of |
It's not RoomKeysUpdateResponse. One is ReportContentJob being gone, the others are two cases of QStrings now being QUrls |
Ah, doh, |
+Reformatting according to updated .clang-format, making the PR look bigger than it really is. The key things are in 91c672c.