diff --git a/static/components/direct-messages/direct-messages.html b/static/components/direct-messages/direct-messages.html index 7a91447..5f74b37 100644 --- a/static/components/direct-messages/direct-messages.html +++ b/static/components/direct-messages/direct-messages.html @@ -2,9 +2,12 @@
-
+
Messages
+
+   new +
c.unread_messages).length } catch (error) { LNbits.utils.notifyApiError(error) } @@ -86,6 +88,7 @@ async function directMessages(path) { }, selectActiveCustomer: async function () { await this.getDirectMessages(this.activePublicKey) + await this.getCustomers() }, focusOnChatBox: function (index) { setTimeout(() => {