diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 5efa10a6..ecca8d3d 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/qortal-ui-plugins/plugins/core/components/ChatPage.js @@ -59,7 +59,7 @@ class ChatPage extends LitElement { repliedToMessageObj: { type: Object }, editedMessageObj: { type: Object }, iframeHeight: { type: Number }, - chatMessageSize: { type: Number}, + // chatMessageSize: { type: Number}, imageFile: { type: Object }, isUploadingImage: { type: Boolean }, chatEditor: { type: Object }, @@ -545,7 +545,7 @@ class ChatPage extends LitElement { this.repliedToMessageObj = null this.editedMessageObj = null this.iframeHeight = 42 - this.chatMessageSize = 0 + // this.chatMessageSize = 0 this.imageFile = null this.uid = new ShortUniqueId() this.userLanguage = "" @@ -619,7 +619,7 @@ class ChatPage extends LitElement { `} -
+
- ${this.chatMessageSize >= 750 ? - html` -
-
- ${`Your message size is of ${this.chatMessageSize} bytes out of a maximum of 1000`} -
-
- ` : - html``}