mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Remove useless comment
This commit is contained in:
committed by
link2xt
parent
7d048ac419
commit
f931a905a7
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user