Skip to content

Commit a9df85f

Browse files
committed
portal: add missing fi.mau.gif field to gifvs
1 parent 0d148ff commit a9df85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portal_convert.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ func (portal *Portal) convertDiscordVideoEmbed(ctx context.Context, intent *apps
252252
if content.MsgType == event.MsgVideo && embed.Type == discordgo.EmbedTypeGifv {
253253
extra["info"] = map[string]any{
254254
"fi.mau.discord.gifv": true,
255+
"fi.mau.gif": true,
255256
"fi.mau.loop": true,
256257
"fi.mau.autoplay": true,
257258
"fi.mau.hide_controls": true,

0 commit comments

Comments
 (0)