mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Mention possible types for auth events.
This commit is contained in:
parent
bb968e5bdd
commit
5f99858575
|
|
@ -103,6 +103,12 @@ algorithm to accept the event. These should be a subset of the current state.
|
|||
A server is required to store the complete chain of auth events for all events
|
||||
it serves to remote servers.
|
||||
|
||||
All auth events have type:
|
||||
|
||||
- ``m.room.create``
|
||||
- ``m.room.power_levels``
|
||||
- ``m.room.member``
|
||||
|
||||
.. todo
|
||||
We probably should probably give a lower band of how long auth events
|
||||
should be kept around for.
|
||||
|
|
|
|||
Loading…
Reference in a new issue