-
-
Notifications
You must be signed in to change notification settings - Fork 77
Fix creating rooms when the default is set to v12 #3670
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
Conversation
Signed-off-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com>
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (12.50%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3670 +/- ##
==========================================
+ Coverage 52.24% 52.26% +0.01%
==========================================
Files 524 524
Lines 48399 48401 +2
==========================================
+ Hits 25288 25296 +8
+ Misses 19602 19600 -2
+ Partials 3509 3505 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Any feelings about bumping the default room version to 12? @kegsay @devonh |
devonh
left a comment
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.
Nice fix! Surprised we haven't run into this before.
I don't think that would be an issue. I don't have much context on how stable Dendrite is with v12. That would be my only hesitation. |
|
Participation in v12 rooms has been solid so far, but we haven't created many. This patch seems to work for allowing the default to be configured to 12. |
|
2223b61 should fix a few occurrences where we'd run in similar issues while validating the roomID. Also, going to keep the default at v10 for now, to gather some more insights in how stable v12 is. |
|
Cool, that fixes #3671 |
This should fix #3669
We'd potentially send an empty string to
GenerateCreateContent, even if we set the correctroomVersionbefore.Pull Request Checklist