mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: add attachment icon to reply card if referenced message has embeds
This commit is contained in:
parent
91213faa50
commit
d3682b94b2
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class ProxyService
|
|||
|
||||
content.Append($"**[Reply to:]({jumpLink})** ");
|
||||
content.Append(msg);
|
||||
if (repliedTo.Attachments.Length > 0)
|
||||
if (repliedTo.Attachments.Length > 0 || repliedTo.Embeds.Length > 0)
|
||||
content.Append($" {Emojis.Paperclip}");
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue