Bea beanie · she/they
  • Ireland
  • https://theargo.space
  • Trans sci-fi writer, roleplayer, VFX developer, DJ, and retired streamer. Tired.

    Custodian of The Argo. DM me if your character is looking for a safe haven out in the stars.

  • Joined on 2026-02-26
beanie created branch msc4144 in beanie/out-of-your-element 2026-03-20 14:10:05 +00:00
beanie pushed to testing at beanie/out-of-your-element 2026-03-20 14:04:40 +00:00
d1d4b8c118 feat(m2d): strip per-message profile fallbacks from message content
beanie pushed to testing at beanie/out-of-your-element 2026-03-20 13:54:56 +00:00
5a5a9d9f0c feat(m2d): support MSC4144 per-message profiles
beanie pushed to testing at beanie/out-of-your-element 2026-03-20 13:40:47 +00:00
8ff61a5499 Look up thread IDs if channels cannot be found
7367fb3b65 Fix weird background clipping on icons
c75e87f403 Stream files in serveStatic for lower memory use
8b9d8ec0cc Widen newline tag detection
0dac3d2898 Internal language adjusted
Compare 12 commits »
beanie pushed to testing at beanie/out-of-your-element 2026-03-18 23:44:37 +00:00
d53e9efe9e Look up thread IDs if channels cannot be found
b6717b046d feat: make sims leave rooms when Discord user leaves guild
711e024caa Update dependencies
f1b111a8a4 Refuse to operate on encrypted rooms
d3afa728ed Fix m->d posting embeds even when setting is off
Compare 14 commits »
beanie pushed to testing at beanie/out-of-your-element 2026-03-11 00:21:34 +00:00
beanie pushed to testing at beanie/out-of-your-element 2026-03-10 23:48:35 +00:00
3120b485a3 Attempt invite via sim user if bridge invite fails
beanie pushed to testing at beanie/out-of-your-element 2026-03-10 23:31:48 +00:00
1c0a7e5ece Quick invite script to bring Matrix users into private bridged rooms
beanie pushed to testing at beanie/out-of-your-element 2026-03-10 23:24:25 +00:00
023e1fb55f Look up thread IDs if channels cannot be found
beanie pushed to testing at beanie/out-of-your-element 2026-03-09 00:24:17 +00:00
16b63e2f2f feat: make sims leave rooms when Discord user leaves guild
ada3933d9c Backfill: Create new rooms when needed
Compare 2 commits »
beanie deleted branch feature/backfill-create-rooms from beanie/out-of-your-element 2026-03-09 00:23:40 +00:00
beanie pushed to feature/backfill-create-rooms at beanie/out-of-your-element 2026-03-08 23:14:49 +00:00
e7937f630e feat(backfill): auto-create bridged rooms if they don't exist
f5ee130463 Handle expired invites & fix test registration (#73)
cd8549da38 Fix sticker tests and coverage
f7a5b2d74c Update tryToCatch dependency and usages
6a2606cbdb Add UI for defining default roles
Compare 7 commits »
beanie pushed to testing at beanie/out-of-your-element 2026-03-08 23:14:27 +00:00
e382d67feb feat: make sims leave rooms when Discord user leaves guild
3042db36ca feat(backfill): auto-create bridged rooms if they don't exist
f5ee130463 Handle expired invites & fix test registration (#73)
cd8549da38 Fix sticker tests and coverage
f7a5b2d74c Update tryToCatch dependency and usages
Compare 8 commits »
beanie deleted branch bugfix/handle-expired-events from beanie/out-of-your-element 2026-03-08 22:59:32 +00:00
beanie commented on pull request cadence/out-of-your-element#74 2026-03-08 02:43:14 +00:00
WIP: feature: threads'n'forums

I might test this in the next few days, need a solution to bridge a few rooms before Discord accounts expire

beanie commented on issue cadence/out-of-your-element#77 2026-03-05 20:47:40 +00:00
Soften room permissions during backfill

The easy workaround for this is indeed, just adjusting the room permissions after creation, re-running the backfill script, and then setting them back after.

beanie opened issue cadence/out-of-your-element#77 2026-03-05 20:46:57 +00:00
Soften room permissions during backfill
beanie pushed to testing at beanie/out-of-your-element 2026-03-05 20:23:25 +00:00
116aa1aa2f feat: make sims leave rooms when Discord user leaves guild
beanie commented on pull request cadence/out-of-your-element#74 2026-03-02 19:42:31 +00:00
WIP: feature: threads'n'forums

@Guzio you can add the WIP: prefix to the PR which auto-flags it as work in progress :)

beanie commented on pull request cadence/out-of-your-element#75 2026-03-02 19:41:37 +00:00
auto-create bridged rooms if they don't exist

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,…