-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
base: main
Are you sure you want to change the base?
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 (0.00%) 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.21% -0.04%
==========================================
Files 524 524
Lines 48399 48399
==========================================
- Hits 25288 25273 -15
- Misses 19602 19616 +14
- Partials 3509 3510 +1
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. |
This should fix #3669
We'd potentially send an empty string to
GenerateCreateContent, even if we set the correctroomVersionbefore.Pull Request Checklist