mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added timestamp highlighting in voice captions.
This commit is contained in:
@@ -428,7 +428,7 @@ bool OpenMediaTimestamp(
|
||||
Core::App().showDocument(
|
||||
document,
|
||||
session->data().message(itemId));
|
||||
} else if (document->isSong()) {
|
||||
} else if (document->isSong() || document->isVoiceMessage()) {
|
||||
Media::Player::instance()->play({ document, itemId });
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user