Only draft message if allowed (last commit in 2020 :D)
This commit is contained in:
parent
a8ad2a6a22
commit
1e4455482c
1 changed files with 3 additions and 1 deletions
|
@ -373,7 +373,9 @@ Page {
|
|||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
tdLibWrapper.setChatDraftMessage(chatInformation.id, 0, newMessageColumn.replyToMessageId, newMessageTextField.text);
|
||||
if (chatPage.canSendMessages) {
|
||||
tdLibWrapper.setChatDraftMessage(chatInformation.id, 0, newMessageColumn.replyToMessageId, newMessageTextField.text);
|
||||
}
|
||||
tdLibWrapper.closeChat(chatInformation.id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue