Explorar el Código

Unfurl: JID wasn't defined

JC Brand hace 4 años
padre
commit
68ca5dd279
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/shared/chat/templates/message.js

+ 1 - 1
src/shared/chat/templates/message.js

@@ -43,7 +43,7 @@ export default (o) => {
 
                 ${ o.model.get('ogp_metadata')?.map(m =>
                     html`<converse-message-unfurl
-                        jid="${o.jid}"
+                        jid="${o.model.collection.chatbox?.get('jid')}"
                         description="${m['og:description']}"
                         title="${m['og:title']}"
                         image="${m['og:image']}"