mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Use message date instead of file date in voices.
This commit is contained in:
parent
e59e7d9b97
commit
fcd1062d78
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue