diff --git a/app/js/services.js b/app/js/services.js index 285ae01f..c461fc1b 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -779,6 +779,7 @@ angular.module('myApp.services', []) } function fillHistoryStorage (inputPeer, maxID, fullLimit, historyStorage) { + // console.log('fill history storage', inputPeer, maxID, fullLimit, angular.copy(historyStorage)); return MtpApiManager.invokeApi('messages.getHistory', { peer: inputPeer, offset: 0, diff --git a/app/partials/im.html b/app/partials/im.html index 1bf0d667..6b87629c 100644 --- a/app/partials/im.html +++ b/app/partials/im.html @@ -95,7 +95,7 @@

Videos

Documents

-

+

{{historyPeer.data | userStatus}} diff --git a/app/partials/user_modal.html b/app/partials/user_modal.html index bb9a86a7..22510e87 100644 --- a/app/partials/user_modal.html +++ b/app/partials/user_modal.html @@ -29,10 +29,10 @@