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