Add "by me" to "Ephemeral message timer changed to"

Otherwise this message looks different on other devices of the sender.
This commit is contained in:
Alexander Krotov
2020-07-01 01:01:36 +03:00
committed by link2xt
parent 97599bd78e
commit 059caee527

View File

@@ -194,7 +194,7 @@ impl ChatId {
StockMessage::MsgEphemeralTimerChanged, StockMessage::MsgEphemeralTimerChanged,
timer.to_string(), timer.to_string(),
"", "",
0, DC_CONTACT_ID_SELF,
) )
.await, .await,
); );