2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed possible rare crash from voice messages with ttl.

This commit is contained in:
23rd
2024-01-04 17:45:59 +03:00
parent bb31357c58
commit 3b50bc71b3
2 changed files with 3 additions and 3 deletions

View File

@@ -755,7 +755,6 @@ void MainWidget::handleAudioUpdate(const Media::Player::TrackState &state) {
const auto item = session().data().message(state.id.contextId());
if (!Media::Player::IsStoppedOrStopping(state.state)) {
const auto ttlSeconds = item
&& !item->out()
&& item->media()
&& item->media()->ttlSeconds();
if (!ttlSeconds) {