diff --git a/app/js/services.js b/app/js/services.js index 7d9a6288..a867e2f1 100755 --- a/app/js/services.js +++ b/app/js/services.js @@ -1640,7 +1640,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) apiWebPage.type != 'video' && apiWebPage.type != 'gif' && apiWebPage.type != 'document' && - apiWebPage.type != 'gif' && !apiWebPage.description && apiWebPage.photo) { apiWebPage.type = 'photo'; @@ -4450,4 +4449,4 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) start: start, shareUrl: shareUrl }; -}) \ No newline at end of file +})