2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

Version 4.8.5.

- Bug fixes and other minor improvements. And stories preview.
This commit is contained in:
John Preston
2023-07-20 23:15:45 +04:00
parent 1bdab16d7b
commit e034f5e304
7 changed files with 22 additions and 18 deletions

View File

@@ -276,7 +276,7 @@ bool Story::edited() const {
}
bool Story::canDownload() const {
return !forbidsForward() || _peer->isSelf();
return /*!forbidsForward() || */_peer->isSelf();
}
bool Story::canShare() const {