parent
a1aca53f9a
commit
7b62614a94
@ -4713,6 +4713,10 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
||||
if (!peerID) {
|
||||
console.trace('empty peerID')
|
||||
}
|
||||
if (peerID < 0 &&
|
||||
AppChatsManager.hasRights(-peerID, 'send')) {
|
||||
draft = false
|
||||
}
|
||||
if (!draft) {
|
||||
draft = {
|
||||
text: '',
|
||||
|
Loading…
Reference in New Issue
Block a user