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:
@@ -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