Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-12-31 02:22:46 +0300
committersualko <klaus@jsxc.org>2021-12-31 02:30:45 +0300
commit49e1ad7c81d76cf3af54ae9ddb1c9e08b4bae5a0 (patch)
treebcb8f7649193412079698c0a3dc8608faad166b7 /template
parentb49f4deae29a4a3e4c0a83c9a7733286ce10e1b5 (diff)
feat: add XEP-0308 as text command
Last Message Correction
Diffstat (limited to 'template')
-rw-r--r--template/chat-window-message.hbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/chat-window-message.hbs b/template/chat-window-message.hbs
index f0db247a..a16d9f2e 100644
--- a/template/chat-window-message.hbs
+++ b/template/chat-window-message.hbs
@@ -3,6 +3,7 @@
<div class="jsxc-chatmessage__footer">
<div class="jsxc-sender"></div>
<div class="jsxc-timestamp"></div>
+ <div class="jsxc-version"></div>
<div class="jsxc-transfer"></div>
<div class="jsxc-mark"></div>
</div>