mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Display right action button not too high.
This commit is contained in:
@@ -1464,7 +1464,7 @@ void MainWidget::sendMessage(const MessageToSend &message) {
|
||||
readServerHistory(history);
|
||||
_history->fastShowAtEnd(history);
|
||||
|
||||
if (!history || !_history->canSendMessages(history->peer)) {
|
||||
if (!history || !history->peer->canWrite()) {
|
||||
return;
|
||||
}
|
||||
saveRecentHashtags(textWithTags.text);
|
||||
|
Reference in New Issue
Block a user