Explorar o código

Fix #67 remove attachment from pending messages

isundil %!s(int64=6) %!d(string=hai) anos
pai
achega
fbcc88b6ef
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cli/uiMessage.js

+ 2 - 0
cli/uiMessage.js

@@ -507,6 +507,8 @@ function createTmpMsgDom(input, isMe) {
     dot.textContent = '.';
     dom.ts.appendChild(dot);
     dom.ts.classList.add(R.klass.typing.container);
+
+    dom.attachmentWrapper.remove();
     return dom;
 }