mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
plain text in state output
This commit is contained in:
parent
67ea45433a
commit
cce8632e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ impl ChatMassage {
|
||||||
ChatMassage {
|
ChatMassage {
|
||||||
kind: message.kind,
|
kind: message.kind,
|
||||||
from: message.from.clone().unwrap_or_default(),
|
from: message.from.clone().unwrap_or_default(),
|
||||||
text: message.text.clone(),
|
text: message.plain_text(),
|
||||||
tick,
|
tick,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue