diff --git a/src/web/app/common/-tags/messaging/room.tag b/src/web/app/common/-tags/messaging/room.tag
deleted file mode 100644
index 990f20a8e..000000000
--- a/src/web/app/common/-tags/messaging/room.tag
+++ /dev/null
@@ -1,319 +0,0 @@
-
-
-
%fa:spinner .spin%%i18n:common.loading%
-
%fa:info-circle%%i18n:common.tags.mk-messaging-room.empty%
-
%fa:flag%%i18n:common.tags.mk-messaging-room.no-history%
-
-
-
- { messages[i + 1]._datetext }
-
-
-
-
-
-
diff --git a/src/web/app/common/views/components/messaging-room.vue b/src/web/app/common/views/components/messaging-room.vue
new file mode 100644
index 000000000..2fb6671b8
--- /dev/null
+++ b/src/web/app/common/views/components/messaging-room.vue
@@ -0,0 +1,314 @@
+
+
+
+
%fa:spinner .spin%%i18n:common.loading%
+
%fa:info-circle%%i18n:common.tags.mk-messaging-room.empty%
+
%fa:flag%%i18n:common.tags.mk-messaging-room.no-history%
+
+
+
+ {{ _messages[i + 1]._datetext }}
+
+
+
+
+
+
+
+
+
diff --git a/src/web/app/desktop/views/components/posts.vue b/src/web/app/desktop/views/components/posts.vue
index 880ee5224..6c73731bf 100644
--- a/src/web/app/desktop/views/components/posts.vue
+++ b/src/web/app/desktop/views/components/posts.vue
@@ -2,7 +2,7 @@
- %fa:angle-up%{{ post._datetext }}%fa:angle-down%{{ _posts[i + 1]._datetext }}
+ %fa:angle-up%{{ post._datetext }}%fa:angle-down%{{ _posts[i + 1]._datetext }}