Skip to content

Commit

Permalink
portal: add missing fi.mau.gif field to gifvs
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 14, 2024
1 parent 0d148ff commit a9df85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal_convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9df85f

Please sign in to comment.