Browse Source

Fixed group drafts

master
Igor Zhukov 8 years ago
parent
commit
28b1b0f92e
  1. 2
      app/js/services.js

2
app/js/services.js

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

Loading…
Cancel
Save