diff --git a/404.html b/404.html
index b0c3eeba4..97aed0959 100644
--- a/404.html
+++ b/404.html
@@ -6,7 +6,7 @@
-
+
custom canvas
-
+
@@ -1128,8 +1133,8 @@
-
-
+
+
diff --git a/live-chat-elements.js b/live-chat-elements.js
index 678c12ffe..5b87460ce 100644
--- a/live-chat-elements.js
+++ b/live-chat-elements.js
@@ -11,10 +11,10 @@ class LiveChatMessage extends LitElement {
sendDate: { type: Number, reflect: true, attribute: "senddate" },
repliesTo: { type: Number, reflect: true, attribute: "repliesto" },
content: { type: String, reflect: true, attribute: "content" },
- reactions: { reflect: true, attribute: false },
- class: { reflect: true },
+ reactions: { type: Object, attribute: false },
showReactionsPanel: { type: Boolean, attribute: false },
- openedReactionDetails: { type: String, attribute: false }
+ openedReactionDetails: { type: String, attribute: false },
+ class: { reflect: true }
}
constructor() {
diff --git a/posts.html b/posts.html
index a0fc8897a..43002ff51 100644
--- a/posts.html
+++ b/posts.html
@@ -7,9 +7,9 @@
-
+
-
+