element-dendrite/federationapi
Till 68458c139d
Some checks are pending
Dendrite / WASM build test (push) Waiting to run
Dendrite / Linting (push) Waiting to run
Dendrite / Unit tests (push) Waiting to run
Dendrite / Build for Linux (push) Waiting to run
Dendrite / Build for Windows (push) Waiting to run
Dendrite / Initial tests passed (push) Blocked by required conditions
Dendrite / Integration tests (push) Blocked by required conditions
Dendrite / Upgrade tests (push) Blocked by required conditions
Dendrite / Upgrade tests from HEAD-2 (push) Blocked by required conditions
Dendrite / Sytest (SQLite Cgo) (push) Blocked by required conditions
Dendrite / Sytest (PostgreSQL) (push) Blocked by required conditions
Dendrite / Sytest (SQLite native) (push) Blocked by required conditions
Dendrite / Complement (PostgreSQL) (push) Blocked by required conditions
Dendrite / Complement (SQLite native) (push) Blocked by required conditions
Dendrite / Complement (SQLite Cgo) (push) Blocked by required conditions
Dendrite / Integration tests passed (push) Blocked by required conditions
Dendrite / Update Docker images (push) Blocked by required conditions
Fix creating rooms when the default is set to v12 (#3670)
This should fix https://github.com/element-hq/dendrite/issues/3669
We'd potentially send an empty string to `GenerateCreateContent`, even
if we set the correct `roomVersion` before.

### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off
below](https://element-hq.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

---------

Signed-off-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com>
2025-12-10 15:07:50 +00:00
..
api Rename the go package 2024-10-17 17:33:45 +02:00
consumers Fix linting 2024-11-14 16:40:08 +01:00
internal Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
producers Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
queue Demote wakeQueueIfEventsPending and thumbnailer log lines to debug (#3520) 2025-01-29 19:39:29 +01:00
routing Fix creating rooms when the default is set to v12 (#3670) 2025-12-10 15:07:50 +00:00
statistics Rename the go package 2024-10-17 17:33:45 +02:00
storage Fix linting 2024-11-14 16:40:08 +01:00
types Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
federationapi.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
federationapi_keys_test.go Rename the go package 2024-10-17 17:33:45 +02:00
federationapi_test.go Rename the go package 2024-10-17 17:33:45 +02:00