mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support topic choosing in ShareBox.
This commit is contained in:
@@ -607,7 +607,7 @@ bool MainWidget::sendPaths(not_null<Data::Thread*> thread) {
|
||||
Ui::show(Ui::MakeInformBox(tr::lng_forward_send_files_cant()));
|
||||
return false;
|
||||
} else if (const auto error = Data::RestrictionError(
|
||||
thread->owningHistory()->peer,
|
||||
thread->peer(),
|
||||
ChatRestriction::SendMedia)) {
|
||||
Ui::show(Ui::MakeInformBox(*error));
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user