mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: ghost channel when trying to join a channel that doesn't exist
This commit is contained in:
@@ -15,6 +15,8 @@ public record MessageDto(
|
||||
long? AttachmentFileSize = null,
|
||||
List<EmbedDto>? Embeds = null);
|
||||
|
||||
public record JoinChannelResult(bool Success, List<MessageDto> History, string? Error = null);
|
||||
|
||||
public record ChannelDto(
|
||||
Guid Id,
|
||||
string Name,
|
||||
|
||||
Reference in New Issue
Block a user