summaryrefslogtreecommitdiff
path: root/ui/lib/outbox.svelte.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/outbox.svelte.js')
-rw-r--r--ui/lib/outbox.svelte.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/lib/outbox.svelte.js b/ui/lib/outbox.svelte.js
index c4e2324..74f41bc 100644
--- a/ui/lib/outbox.svelte.js
+++ b/ui/lib/outbox.svelte.js
@@ -9,7 +9,6 @@ class SendToConversation {
this.conversation = conversation;
this.body = body;
this.at = DateTime.now();
- this.renderedBody = md.render(body);
}
toSkeleton(sender) {
@@ -19,7 +18,6 @@ class SendToConversation {
conversation: this.conversation,
sender,
body: this.body,
- renderedBody: this.renderedBody,
};
}