WIP: auto-create bridged rooms if they don't exist #75

Draft
beanie wants to merge 1 commit from beanie/out-of-your-element:feature/backfill-create-rooms into main
First-time contributor

This updates the backfill script to attempt to create rooms for unbridged rooms, rather than bombing out that the room isn't already bridged.

This updates the backfill script to attempt to create rooms for unbridged rooms, rather than bombing out that the room isn't already bridged.
beanie added 1 commit 2026-03-02 19:40:28 +00:00
Author
First-time contributor

Right now this still relies on the "Create new Matrix rooms automatically" toggle to be set to true before running the script. I'd considered adding a 'force' parameter that only this script uses, but I'd rather check in with @cadence first before updating this!

Right now this still relies on the "Create new Matrix rooms automatically" toggle to be set to true before running the script. I'd considered adding a 'force' parameter that only this script uses, but I'd rather check in with @cadence first before updating this!
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/backfill-create-rooms:beanie-feature/backfill-create-rooms
git checkout beanie-feature/backfill-create-rooms

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff beanie-feature/backfill-create-rooms
git checkout beanie-feature/backfill-create-rooms
git rebase main
git checkout main
git merge --ff-only beanie-feature/backfill-create-rooms
git checkout beanie-feature/backfill-create-rooms
git rebase main
git checkout main
git merge --no-ff beanie-feature/backfill-create-rooms
git checkout main
git merge --squash beanie-feature/backfill-create-rooms
git checkout main
git merge --ff-only beanie-feature/backfill-create-rooms
git checkout main
git merge beanie-feature/backfill-create-rooms
git push origin main
Sign in to join this conversation.
No description provided.