Commit a1795c29 authored by JC Brand's avatar JC Brand

3 small changes

- Set correct default value
- Set proper Makefile recipe dependency
- Fix rendering issue in changelog
parent 84be0fb9
......@@ -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
......
......@@ -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
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment