mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): correctly reproxy voice messages
This commit is contained in:
parent
97666a62df
commit
e4a2930bf3
1 changed files with 2 additions and 1 deletions
|
|
@ -281,7 +281,8 @@ public class ProxyService
|
||||||
FileSizeLimit = guild.FileSizeLimit(),
|
FileSizeLimit = guild.FileSizeLimit(),
|
||||||
Embeds = mangledEmbeds,
|
Embeds = mangledEmbeds,
|
||||||
Stickers = originalMsg.StickerItems!,
|
Stickers = originalMsg.StickerItems!,
|
||||||
AllowEveryone = allowEveryone
|
AllowEveryone = allowEveryone,
|
||||||
|
Flags = originalMsg.Flags.HasFlag(Message.MessageFlags.VoiceMessage) ? Message.MessageFlags.VoiceMessage : null,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue