mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Track noforwards flag in specific messages.
This commit is contained in:
@@ -1165,7 +1165,7 @@ bool DocumentData::canBeStreamed(HistoryItem *item) const {
|
||||
&& supportsStreaming()
|
||||
&& (!isVideoFile()
|
||||
|| !cUseExternalVideoPlayer()
|
||||
|| (item && !item->history()->peer->allowsForwarding()));
|
||||
|| (item && !item->allowsForward()));
|
||||
}
|
||||
|
||||
void DocumentData::setInappPlaybackFailed() {
|
||||
|
Reference in New Issue
Block a user