diff --git a/src/EchoHub.Core/DTOs/ChatDtos.cs b/src/EchoHub.Core/DTOs/ChatDtos.cs index 24bf514..3a7e624 100644 --- a/src/EchoHub.Core/DTOs/ChatDtos.cs +++ b/src/EchoHub.Core/DTOs/ChatDtos.cs @@ -15,8 +15,6 @@ public record MessageDto( long? AttachmentFileSize = null, List? Embeds = null); -public record JoinChannelResult(bool Success, List History, string? Error = null); - public record ChannelDto( Guid Id, string Name,