summary refs log tree commit diff
path: root/pages/main/page.js
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-12-01 12:33:27 +0200
committerWlodekM <[email protected]>2024-12-01 12:33:27 +0200
commit100d885b92f61a5b92b526bfb55122065c532372 (patch)
tree12252128b014c7c05e2befccbf2718c868ea15ea /pages/main/page.js
parent84ebada2cc3a7f6f094d249ceae0df49f66e55bc (diff)
re-render replies on message
Diffstat (limited to 'pages/main/page.js')
-rw-r--r--pages/main/page.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/main/page.js b/pages/main/page.js
index 1c20850..e70ce7c 100644
--- a/pages/main/page.js
+++ b/pages/main/page.js
@@ -160,6 +160,7 @@ export async function onload() {
             attachments: []
         }))
         replies = [];
+        rednerReplyThingy()
         document.getElementById("messageInput").value = ""
     }