mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Store typed timer in ChatEphemeralTimerModified event
This commit is contained in:
@@ -179,7 +179,7 @@ impl ChatId {
|
||||
|
||||
context.emit_event(Event::ChatEphemeralTimerModified {
|
||||
chat_id: self,
|
||||
timer: timer.to_u32(),
|
||||
timer,
|
||||
});
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user