mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with MSVC.
This commit is contained in:
@@ -2026,7 +2026,7 @@ void FastShareMessageToSelf(
|
||||
std::shared_ptr<Main::SessionShow> show,
|
||||
not_null<HistoryItem*> item) {
|
||||
const auto self = show->session().user();
|
||||
const auto &owner = self->owner();
|
||||
auto &owner = self->owner();
|
||||
const auto items = owner.idsToItems(owner.itemOrItsGroup(item));
|
||||
const auto donePhraseArgs = ChatHelpers::ForwardedMessagePhraseArgs{
|
||||
.toCount = 1,
|
||||
|
||||
Reference in New Issue
Block a user