Forráskód Böngészése

3 small changes

- Set correct default value
- Set proper Makefile recipe dependency
- Fix rendering issue in changelog
JC Brand 6 éve
szülő
commit
a1795c29ba
3 módosított fájl, 4 hozzáadás és 5 törlés
  1. 1 1
      CHANGES.md
  2. 1 1
      Makefile
  3. 2 3
      docs/source/configuration.rst

+ 1 - 1
CHANGES.md

@@ -14,7 +14,7 @@
 - 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
+- #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 

+ 1 - 1
Makefile

@@ -244,7 +244,7 @@ check: eslint
 docsdev: ./bin/activate .installed.cfg
 
 .PHONY: html
-html: docsdev apidoc
+html: dev docsdev apidoc
 	rm -rf $(BUILDDIR)/html
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
 	make apidoc

+ 2 - 3
docs/source/configuration.rst

@@ -1219,10 +1219,9 @@ For example:
 roster_groups
 -------------
 
-* Default:  ``false``
+* Default:  ``true``
 
-If set to ``true``, Converse will show any roster groups you might have
-configured.
+If set to ``true``, Converse will show any roster groups you might have configured.
 
 .. note::
     It's currently not possible to use Converse to assign contacts to groups.