mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-07 02:21:45 +00:00
Thats it, thats the fix, thanks erkinalp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user