From 78247f0dfc95061b4b0990c820eb86868308517e Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 13 Aug 2022 01:02:24 -0600 Subject: Thats it, thats the fix, thanks erkinalp --- util/src/entities/Channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src') diff --git a/util/src/entities/Channel.ts b/util/src/entities/Channel.ts index 92940b34..ade0fb39 100644 --- a/util/src/entities/Channel.ts +++ b/util/src/entities/Channel.ts @@ -245,7 +245,7 @@ export class Channel extends BaseClass { } **/ - const type = recipients.length > 1 ? ChannelType.DM : ChannelType.GROUP_DM; + const type = recipients.length > 1 ? ChannelType.GROUP_DM : ChannelType.DM; let channel = null; -- cgit 1.5.1