mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Improve phrasing for saved music.
This commit is contained in:
@@ -1712,6 +1712,10 @@ void DocumentData::forceIsStreamedAnimation() {
|
||||
setMaybeSupportsStreaming(true);
|
||||
}
|
||||
|
||||
bool DocumentData::isMusicForProfile() const {
|
||||
return isSong();
|
||||
}
|
||||
|
||||
bool DocumentData::isVoiceMessage() const {
|
||||
return (type == VoiceDocument);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user