summary refs log tree commit diff
path: root/src/web
diff options
context:
space:
mode:
authorCadence Ember <cadence@disroot.org>2024-09-29 03:13:10 +1300
committerCadence Ember <cadence@disroot.org>2024-09-29 03:13:10 +1300
commit0e6e5e61e42e89ec0bc7cfb2ce39b6bb577daea4 (patch)
treecd271a5573a09b18733e475967d7b1f9350e3197 /src/web
parentCheck existsOrAutocreatable before dispatching (diff)
parentFactor out namespace_prefix (diff)
downloadout-of-your-element-0e6e5e61e42e89ec0bc7cfb2ce39b6bb577daea4.tar.xz
Merge branch 'v3.0-beta3'
Diffstat (limited to 'src/web')
-rw-r--r--src/web/pug/guild.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/pug/guild.pug b/src/web/pug/guild.pug

index 2130aff..960f30b 100644 --- a/src/web/pug/guild.pug +++ b/src/web/pug/guild.pug
@@ -136,7 +136,7 @@ block body form.d-flex.ai-center.g8 label.s-label.fl-grow1(for="autocreate") | Create new Matrix rooms automatically - p.s-description If you want, OOYE can automatically create new Matrix rooms and link them when a new Discord channel is spoken in. + p.s-description If you want, OOYE can automatically create new Matrix rooms and link them when an unlinked Discord channel is spoken in. - let value = select("guild_active", "autocreate", {guild_id}).pluck().get() input(type="hidden" name="guild_id" value=guild_id) input.s-toggle-switch.order-last#autocreate(name="autocreate" type="checkbox" hx-post="/api/autocreate" hx-indicator="#autocreate-loading" hx-disabled-elt="this" hx-swap="none" checked=value)