Remove useless comment

This commit is contained in:
Alexander Krotov
2020-06-29 22:49:28 +03:00
committed by link2xt
parent 7d048ac419
commit f931a905a7

View File

@@ -956,7 +956,6 @@ impl Chat {
.await?; .await?;
} }
// get ephemeral message timer
let ephemeral_timer = self.id.get_ephemeral_timer(context).await?; let ephemeral_timer = self.id.get_ephemeral_timer(context).await?;
let ephemeral_timestamp = match ephemeral_timer { let ephemeral_timestamp = match ephemeral_timer {
EphemeralTimer::Disabled => 0, EphemeralTimer::Disabled => 0,