2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-13 14:16:03 +00:00

Show reposts / forwards in story viewers.

This commit is contained in:
John Preston
2023-12-14 22:59:50 +00:00
parent 8e92778b62
commit d87a0a2d25
15 changed files with 188 additions and 39 deletions

View File

@@ -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) {