mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-27 12:09:25 +00:00
Use 1:1 dms instead of group dms
This commit is contained in:
@@ -255,7 +255,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