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:
@@ -276,7 +276,7 @@ bool Story::edited() const {
|
||||
}
|
||||
|
||||
bool Story::canDownload() const {
|
||||
return !forbidsForward() || _peer->isSelf();
|
||||
return /*!forbidsForward() || */_peer->isSelf();
|
||||
}
|
||||
|
||||
bool Story::canShare() const {
|
||||
|
Reference in New Issue
Block a user