3 small changes

- Set correct default value
- Set proper Makefile recipe dependency
- Fix rendering issue in changelog
This commit is contained in:
JC Brand 2019-01-14 12:06:02 +01:00
parent 84be0fb9f7
commit a1795c29ba
3 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

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