disabled logging
This commit is contained in:
parent
d0b3f8be81
commit
c40608e653
@ -1961,7 +1961,7 @@ angular.module('myApp.services')
|
|||||||
|
|
||||||
var splitted = splitMessageIDsByChannels(mids);
|
var splitted = splitMessageIDsByChannels(mids);
|
||||||
angular.forEach(splitted.msgIDs, function (msgIDs, channelID) {
|
angular.forEach(splitted.msgIDs, function (msgIDs, channelID) {
|
||||||
console.log('increment', msgIDs, channelID);
|
// console.log('increment', msgIDs, channelID);
|
||||||
MtpApiManager.invokeApi('messages.getMessagesViews', {
|
MtpApiManager.invokeApi('messages.getMessagesViews', {
|
||||||
peer: AppPeersManager.getInputPeerByID(-channelID),
|
peer: AppPeersManager.getInputPeerByID(-channelID),
|
||||||
id: msgIDs,
|
id: msgIDs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user