mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-18 23:56:04 +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