Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -180,7 +180,7 @@ async function channelToKState(channel, guild, di) {
network: { network: {
id: guild.id, id: guild.id,
displayname: guild.name, displayname: guild.name,
avatar_url: await file.uploadDiscordFileToMxc(file.guildIcon(guild)) avatar_url: {$url: file.guildIcon(guild)}
}, },
channel: { channel: {
id: channel.id, id: channel.id,

View file

@ -139,7 +139,7 @@ block body
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 a new Discord channel is spoken in.
- let value = select("guild_active", "autocreate", {guild_id}).pluck().get() - let value = select("guild_active", "autocreate", {guild_id}).pluck().get()
input(type="hidden" name="guild_id" value=guild_id) 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" checked=value) 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)
.is-loading#autocreate-loading .is-loading#autocreate-loading
h3.mt32.fs-category Manually link channels h3.mt32.fs-category Manually link channels