mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Removed mutable lambdas from window peer menu.
This commit is contained in:
@@ -112,7 +112,7 @@ QPointer<Ui::BoxContent> ShowSendNowMessagesBox(
|
||||
not_null<Window::SessionNavigation*> navigation,
|
||||
not_null<History*> history,
|
||||
MessageIdsList &&items,
|
||||
FnMut<void()> &&successCallback = nullptr);
|
||||
Fn<void()> &&successCallback = nullptr);
|
||||
|
||||
void ToggleMessagePinned(
|
||||
not_null<Window::SessionNavigation*> navigation,
|
||||
|
Reference in New Issue
Block a user