Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
305376b2
Commit
305376b2
authored
Jan 11, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog and build
parent
4fe2b23d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGES.md
CHANGES.md
+2
-1
dist/converse.js
dist/converse.js
+2
-2
No files found.
CHANGES.md
View file @
305376b2
...
...
@@ -9,6 +9,8 @@
-
Use
`publish-options`
with
`pubsub#access_model`
set to
`open`
when publishing OMEMO public keys and devices
-
Add a new
`converse-pubsub`
plugin, for generic PubSub operations
-
#1180 It's now possible to use OMEMO in a MUC (if it's members-only and non-anonymous)
-
#1334 Force avatar refetch when receiving vcard-temp:x:update
-
#1337
`send_chat_state_notifications`
doesn't work in MUCs
-
#1353 Message Delivery Receipts not working because of the message "type" attribute
-
#1356 Make triangle icon usable
-
#1374 Can't load embedded chat when changing
`view_mode`
between page reloads
...
...
@@ -18,7 +20,6 @@
-
#1382 Message Delivery Receipts: Set store hint and type='chat'
-
#1388 implement muc-owner command
`/destroy`
## 4.0.6 (2018-12-07)
-
Updated translations: ar, cs, de, es, eu, fr, gl, hu, id, it, ja, nb, pt_BR
...
...
dist/converse.js
View file @
305376b2
...
...
@@ -66503,7 +66503,7 @@ _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].plugins.add('converse-muc
* as taken from the 'chat_state' attribute of the chat box.
* See XEP-0085 Chat State Notifications.
*/
if (this.get('connection_status') !== _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].ROOMSTATUS.ENTERED) {
if (
!_converse.send_chat_state_notifications ||
this.get('connection_status') !== _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].ROOMSTATUS.ENTERED) {
return;
}
...
...
@@ -67343,7 +67343,7 @@ _converse_core__WEBPACK_IMPORTED_MODULE_6__["default"].plugins.add('converse-muc
_.forEach(_.filter(vcards, undefined), vcard => {
if (hash && vcard.get('image_hash') !== hash) {
_converse.api.vcard.update(vcard);
_converse.api.vcard.update(vcard
, true
);
}
});
},
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment