diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-07-08 01:40:17 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-07-08 01:40:17 -0400 |
| commit | 4eb0cc56696a3805538e5ce6d380ea26e097424c (patch) | |
| tree | 58049b493a5c54835b7de68b170c1ce0653957a5 /ui/lib/components | |
| parent | c35be3ae29e77983f013c01260dda20208175f2b (diff) | |
Remove the (entirely unused and unusable) `body` property from `Message`.
Diffstat (limited to 'ui/lib/components')
| -rw-r--r-- | ui/lib/components/Message.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/lib/components/Message.svelte b/ui/lib/components/Message.svelte index 74cb2be..4c6979e 100644 --- a/ui/lib/components/Message.svelte +++ b/ui/lib/components/Message.svelte @@ -5,7 +5,6 @@ class: cssClass, id, at, - body, renderedBody, editable = false, deleteMessage = async (id) => {}, |
