mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Pass correct peer to venue search.
This commit is contained in:
@@ -1822,6 +1822,7 @@ void ChooseAndSendLocation(
|
||||
Ui::LocationPicker::Show({
|
||||
.parent = controller->widget(),
|
||||
.config = config,
|
||||
.recipient = action.history->peer,
|
||||
.session = &controller->session(),
|
||||
.callback = crl::guard(controller, callback),
|
||||
.quit = [] { Shortcuts::Launch(Shortcuts::Command::Quit); },
|
||||
|
Reference in New Issue
Block a user