mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Show reposts / forwards in story viewers.
This commit is contained in:
@@ -399,7 +399,7 @@ void PublicForwards::request(
|
||||
recentList.push_back({ .messageId = { peerId, msgId } });
|
||||
}
|
||||
}, [&](const MTPDpublicForwardStory &data) {
|
||||
const auto story = owner.stories().applyFromWebpage(
|
||||
const auto story = owner.stories().applySingle(
|
||||
peerFromMTP(data.vpeer()),
|
||||
data.vstory());
|
||||
if (story) {
|
||||
|
||||
Reference in New Issue
Block a user