mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Read silent flag from PeerData, not SilentToggle.
This commit is contained in:
@@ -428,7 +428,6 @@ void Manager::notificationReplied(
|
||||
auto message = MainWidget::MessageToSend(history);
|
||||
message.textWithTags = { reply, TextWithTags::Tags() };
|
||||
message.replyTo = (msgId > 0 && !history->peer->isUser()) ? msgId : 0;
|
||||
message.silent = false;
|
||||
message.clearDraft = false;
|
||||
if (auto main = App::main()) {
|
||||
main->sendMessage(message);
|
||||
|
Reference in New Issue
Block a user