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
6bab16d8
Commit
6bab16d8
authored
Oct 29, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New patreon backers
parent
8c61922d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGES.md
CHANGES.md
+3
-1
README.md
README.md
+6
-1
src/headless/converse-roster.js
src/headless/converse-roster.js
+1
-0
No files found.
CHANGES.md
View file @
6bab16d8
...
...
@@ -8,7 +8,9 @@
-
#1257 Prefer 'probably' over 'maybe' when evaluating audio play support.
-
#1259 Don't inform of affiliation change after user leaves MUC
-
#1261 File upload not working
-
#1264 Right Align badges of room occupants
-
#1272 Hiding MUC occupants leaves a blank space
-
#1278 Replace the default avatar with a SVG version
## 4.0.3 (2018-10-22)
...
...
@@ -20,7 +22,7 @@
-
New config setting
[
show_images_inline
](
https://conversejs.org/docs/html/configuration.html#show-images-inline
)
-
Disable OMEMO when the user has indicated that Converse is running on an untrusted device.
-
#537 Render
`xmpp:`
URI as link
-
#1058 Send an inactive chat state notification when the user switches to another tab
-
#1058 Send an inactive chat state notification when the user switches to another tab
-
#1062 Collapse multiple join/leave messages into one
-
#1063 URLs in the topic / subject are not clickable
-
#1140 Add support for destroyed chatrooms
...
...
README.md
View file @
6bab16d8
...
...
@@ -107,11 +107,16 @@ Recently we have started accepting donations via [Patreon](https://www.patreon.c
The following people are making recurring donations:
*
[
Alexander Matviychuk
](
https://www.patreon.com/user/creators?u=10203506
)
*
[
Christopher Kuttruff
](
https://www.patreon.com/user/creators?u=8477742
)
*
[
Daniel Gultsch
](
https://www.patreon.com/user/creators?u=13443518
)
*
[
Dele Olajide
](
https://www.patreon.com/user/creators?u=14392041
)
*
[
Drew Varner
](
https://www.patreon.com/user/creators?u=8131055
)
*
[
Krischan
](
https://www.patreon.com/user/creators?u=337569
)
*
[
Guus der Kinderen
](
https://www.patreon.com/user/creators?u=8302585
)
*
[
Krischan
](
https://www.patreon.com/user/creators?u=337569
)
*
[
Nicolas Vérité
](
https://www.patreon.com/nyconyco/creators
)
*
[
Rafael
](
https://www.patreon.com/user/creators?u=4340078
)
*
[
Ramesh Jangama
](
https://www.patreon.com/user/creators?u=14564234
)
*
[
Tilman Beitter
](
https://www.patreon.com/spicewiesel/creators
)
*
[
mt7479
](
https://www.patreon.com/user/creators?u=3892290
)
*
An anonymous backer on Liberapay
...
...
src/headless/converse-roster.js
View file @
6bab16d8
...
...
@@ -208,6 +208,7 @@ converse.plugins.add('converse-roster', {
_converse
.
RosterContact
=
_converse
.
ModelWithVCardAndPresence
.
extend
({
defaults
:
{
'
chat_state
'
:
undefined
,
'
image
'
:
_converse
.
DEFAULT_IMAGE
,
...
...
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