New patreon backers

This commit is contained in:
JC Brand 2018-10-29 11:40:18 +01:00
parent 8c61922d7f
commit 6bab16d834
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -208,6 +208,7 @@ converse.plugins.add('converse-roster', {
_converse.RosterContact = _converse.ModelWithVCardAndPresence.extend({
defaults: {
'chat_state': undefined,
'image': _converse.DEFAULT_IMAGE,