Specify how ordering of tags is supposed to work

This commit is contained in:
Mark Haines 2015-11-16 17:04:19 +00:00
parent 3b390bff3c
commit 299af673da
5 changed files with 10 additions and 5 deletions

View file

@ -21,6 +21,11 @@ the tags are for.
Each tag has an associated JSON object with information about the tag, e.g how
to order the rooms with a given tag.
Ordering information is given under the ``order`` key as a string. The string
are compared lexicographically by unicode codepoint to determine which should
displayed first. So a tag with an ``order`` key of ``"apples"`` would appear
before a tag with an ``order`` key of ``"oranges"``.
{{m_tag_event}}
Client Behaviour