Add option to export plain text room logs
This commit is contained in:
parent
02d3b067b8
commit
0ccf788d7b
5 changed files with 258 additions and 14 deletions
|
|
@ -41,11 +41,11 @@ impl FromSql for Time {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct EuphMsg {
|
||||
id: Snowflake,
|
||||
parent: Option<Snowflake>,
|
||||
time: Time,
|
||||
nick: String,
|
||||
content: String,
|
||||
pub id: Snowflake,
|
||||
pub parent: Option<Snowflake>,
|
||||
pub time: Time,
|
||||
pub nick: String,
|
||||
pub content: String,
|
||||
}
|
||||
|
||||
impl Msg for EuphMsg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue