Fixed open channel

Close #1118
This commit is contained in:
Igor Zhukov 2016-06-07 19:50:55 +03:00
parent f206be201d
commit cf950efb84

View File

@ -4265,7 +4265,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
if (matches[2] == 'start') {
params.startParam = matches[3];
} else {
}
else if (matches[2] == 'post') {
params.messageID = AppMessagesManager.getFullMessageID(parseInt(matches[3]), -peerID);
}