Fixed group drafts

This commit is contained in:
Igor Zhukov 2016-11-28 20:49:06 +03:00
parent 1a9ec87a61
commit 28b1b0f92e

View File

@ -4714,7 +4714,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
console.trace('empty peerID')
}
if (peerID < 0 &&
AppChatsManager.hasRights(-peerID, 'send')) {
!AppChatsManager.hasRights(-peerID, 'send')) {
draft = false
}
if (!draft) {