mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00
portal: add missing fi.mau.gif
field to gifvs
This commit is contained in:
parent
0d148ffad6
commit
a9df85fdca
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ func (portal *Portal) convertDiscordVideoEmbed(ctx context.Context, intent *apps
|
|||
if content.MsgType == event.MsgVideo && embed.Type == discordgo.EmbedTypeGifv {
|
||||
extra["info"] = map[string]any{
|
||||
"fi.mau.discord.gifv": true,
|
||||
"fi.mau.gif": true,
|
||||
"fi.mau.loop": true,
|
||||
"fi.mau.autoplay": true,
|
||||
"fi.mau.hide_controls": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue