Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
John Preston 2025-01-09 22:54:43 +04:00
commit 798093c58f

View file

@ -411,8 +411,6 @@ void ShowSendErrorToast(
std::shared_ptr<ChatHelpers::Show> show,
not_null<PeerData*> peer,
Data::SendError error) {
Expects(peer->isChannel());
if (!error.boostsToLift) {
show->showToast(*error);
return;