mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 17:41:16 +00: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