diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 51b00daa..274a8779 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/qortal-ui-plugins/plugins/core/components/ChatPage.js @@ -60,7 +60,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 }, @@ -547,7 +547,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 = "" @@ -630,7 +630,7 @@ class ChatPage extends LitElement { `} -
+
- ${this.chatMessageSize >= 750 ? - html` -
-
- ${`Your message size is of ${this.chatMessageSize} bytes out of a maximum of 1000`} -
-
- ` : - html``}