mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Beta version 3.1.6: Fix build on macOS.
This commit is contained in:
@@ -202,7 +202,7 @@ HistoryView::ItemPreview PreviewWithSender(
|
||||
preview.imagesInTextPosition = (textWithOffset.offset < 0)
|
||||
? 0
|
||||
: textWithOffset.offset + sender.size();
|
||||
return preview;
|
||||
return std::move(preview);
|
||||
}
|
||||
|
||||
} // namespace Dialogs::Ui
|
||||
|
Reference in New Issue
Block a user