Commit abd9786c authored by JC Brand's avatar JC Brand

Fix failing test and update changelog. updates #1185

parent 45cda849
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
- #1063 URLs in the topic / subject are not clickable - #1063 URLs in the topic / subject are not clickable
- #1140 Add support for destroyed chatrooms - #1140 Add support for destroyed chatrooms
- #1169 Non-joined participants display an unwanted status message - #1169 Non-joined participants display an unwanted status message
- #1185 Added Contact still shown as pending
- #1190 MUC Participants column disappears in certain viewport widths - #1190 MUC Participants column disappears in certain viewport widths
- #1193 OMEMO messages without a `<body>` fallback are ignored - #1193 OMEMO messages without a `<body>` fallback are ignored
- #1199 Can't get back from to login screen from registration screen - #1199 Can't get back from to login screen from registration screen
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
* </iq> * </iq>
*/ */
spyOn(_converse.roster, "updateContact").and.callThrough(); spyOn(_converse.roster, "updateContact").and.callThrough();
stanza = $iq({'type': 'set', 'from': _converse.connection.jid}) stanza = $iq({'type': 'set', 'from': _converse.bare_jid})
.c('query', {'xmlns': 'jabber:iq:roster'}) .c('query', {'xmlns': 'jabber:iq:roster'})
.c('item', { .c('item', {
'jid': 'contact@example.org', 'jid': 'contact@example.org',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment