Quellcode durchsuchen

New patreon backers

JC Brand vor 6 Jahren
Ursprung
Commit
6bab16d834
3 geänderte Dateien mit 10 neuen und 2 gelöschten Zeilen
  1. 3 1
      CHANGES.md
  2. 6 1
      README.md
  3. 1 0
      src/headless/converse-roster.js

+ 3 - 1
CHANGES.md

@@ -8,7 +8,9 @@
 - #1257 Prefer 'probably' over 'maybe' when evaluating audio play support.
 - #1257 Prefer 'probably' over 'maybe' when evaluating audio play support.
 - #1259 Don't inform of affiliation change after user leaves MUC
 - #1259 Don't inform of affiliation change after user leaves MUC
 - #1261 File upload not working
 - #1261 File upload not working
+- #1264 Right Align badges of room occupants
 - #1272 Hiding MUC occupants leaves a blank space
 - #1272 Hiding MUC occupants leaves a blank space
+- #1278 Replace the default avatar with a SVG version
 
 
 ## 4.0.3 (2018-10-22)
 ## 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)
 - 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.
 - Disable OMEMO when the user has indicated that Converse is running on an untrusted device.
 - #537 Render `xmpp:` URI as link
 - #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
 - #1062 Collapse multiple join/leave messages into one
 - #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

+ 6 - 1
README.md

@@ -107,11 +107,16 @@ Recently we have started accepting donations via [Patreon](https://www.patreon.c
 
 
 The following people are making recurring donations:
 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)
 * [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)
 * [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)
 * [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)
 * [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)
 * [Tilman Beitter](https://www.patreon.com/spicewiesel/creators)
 * [mt7479](https://www.patreon.com/user/creators?u=3892290)
 * [mt7479](https://www.patreon.com/user/creators?u=3892290)
 * An anonymous backer on Liberapay
 * An anonymous backer on Liberapay

+ 1 - 0
src/headless/converse-roster.js

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