Browse Source

Fixed open channel

Close #1118
master
Igor Zhukov 8 years ago
parent
commit
cf950efb84
  1. 3
      app/js/services.js

3
app/js/services.js

@ -4265,7 +4265,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -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);
}

Loading…
Cancel
Save