From 3e44a2e88d49400d99811bd09c1872515fe8d9ad Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 16 Jul 2023 23:12:57 +0300 Subject: [PATCH] Re-add `IHasId` to `Channel` --- DiscordChatExporter.Core/Discord/Data/Channel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Core/Discord/Data/Channel.cs b/DiscordChatExporter.Core/Discord/Data/Channel.cs index fc0e092..625a837 100644 --- a/DiscordChatExporter.Core/Discord/Data/Channel.cs +++ b/DiscordChatExporter.Core/Discord/Data/Channel.cs @@ -17,7 +17,7 @@ public partial record Channel( string? IconUrl, string? Topic, bool IsActive, - Snowflake? LastMessageId) + Snowflake? LastMessageId) : IHasId { // Used for visual backwards-compatibility with old exports, where // channels without a parent (i.e. mostly DM channels) had a fallback