3.3.2, fixed PMs.

This commit is contained in:
hydrabolt
2015-09-12 15:49:56 +01:00
parent 527947dbd3
commit 8b88fd1ea5
5 changed files with 3600 additions and 3 deletions

View File

@@ -1149,7 +1149,8 @@ class Client {
//check if we have a PM
for (var pmc of self.pmChannelCache) {
if (pmc.user.equals(destination)) {
return pmc.id;
resolve(pmc.id);
return;
}
}