Add room history visibility as a module.
This commit is contained in:
parent
82c27884ba
commit
cdf9f011e9
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ Summary
|
|||
`Typing Notifications`_ YES YES YES YES
|
||||
`VoIP`_ YES YES YES
|
||||
`Content Repository`_ YES YES YES YES
|
||||
`History Visibility`_ YES YES YES YES
|
||||
============================ ===== =========== ======== ========= ===== =====
|
||||
|
||||
*Please see each module for more details on what clients need to implement.*
|
||||
|
@ -37,6 +38,7 @@ Summary
|
|||
.. _Typing Notifications: `module:typing`_
|
||||
.. _VoIP: `module:voip`_
|
||||
.. _Content Repository: `module:content`_
|
||||
.. _History Visibility: `module:history-visibility`_
|
||||
|
||||
Clients
|
||||
-------
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Room History Visibility
|
||||
-----------------------
|
||||
|
||||
.. _module:history-visibility:
|
||||
|
||||
Whether a member of a room can see the events that happened in a room from
|
||||
before they joined the room is controlled by the ``history_visibility`` key
|
||||
of the ``m.room.history_visibility`` state event. The valid values for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue