mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use message date instead of file date in voices.
This commit is contained in:
@@ -700,7 +700,7 @@ Voice::Voice(
|
||||
|
||||
updateName();
|
||||
const auto dateText = Ui::Text::Link(
|
||||
langDateTime(base::unixtime::parse(_data->date))); // Link 1.
|
||||
langDateTime(base::unixtime::parse(parent->date()))); // Link 1.
|
||||
_details.setMarkedText(
|
||||
st::defaultTextStyle,
|
||||
tr::lng_date_and_duration(
|
||||
|
Reference in New Issue
Block a user