2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Simplified FileOriginStory.

This commit is contained in:
23rd
2023-11-22 07:55:58 +03:00
committed by John Preston
parent 32008161a0
commit 0865776d9a
5 changed files with 10 additions and 34 deletions

View File

@@ -578,7 +578,7 @@ bool Controller::closeByClickAt(QPoint position) const {
}
Data::FileOrigin Controller::fileOrigin() const {
return Data::FileOriginStory(_shown.peer, _shown.story);
return _shown;
}
TextWithEntities Controller::captionText() const {