We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4518a97 commit 1dba6c1Copy full SHA for 1dba6c1
server/methods/createDirectRoom.coffee
@@ -6,7 +6,7 @@ Meteor.methods
6
if Meteor.user().username is toUsername
7
return
8
9
- roomId = [Meteor.user().username, toUsername].sort().join('')
+ roomId = [Meteor.user().username, toUsername].sort().join(',')
10
11
userTo = Meteor.users.findOne { username: toUsername }
12
0 commit comments