mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: add attachment file size support for messages and update upload limits
This commit is contained in:
@@ -12,7 +12,7 @@ public class IrcMessageFormatterTests
|
||||
{
|
||||
return new MessageDto(
|
||||
Guid.NewGuid(), content, sender, null, channel,
|
||||
MessageType.Text, null, null, DateTimeOffset.UtcNow, embeds);
|
||||
MessageType.Text, null, null, DateTimeOffset.UtcNow, Embeds: embeds);
|
||||
}
|
||||
|
||||
private static MessageDto CreateImageMessage(string asciiArt, string fileName = "image.png",
|
||||
|
||||
Reference in New Issue
Block a user