mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
Fix spelling
This commit is contained in:
parent
fba3c04e42
commit
3953006792
|
|
@ -4,13 +4,13 @@ Room Tagging
|
||||||
.. _module:tagging:
|
.. _module:tagging:
|
||||||
|
|
||||||
Users can add tags to rooms. Tags are short strings used to label rooms, e.g.
|
Users can add tags to rooms. Tags are short strings used to label rooms, e.g.
|
||||||
"work", "familly". A room may have multiple tags. Tags are only visible to the
|
"work", "family". A room may have multiple tags. Tags are only visible to the
|
||||||
user that set them but are shared across all their devices.
|
user that set them but are shared across all their devices.
|
||||||
|
|
||||||
Events
|
Events
|
||||||
------
|
------
|
||||||
|
|
||||||
The tags on a room are receieved as single ``m.tag`` event in the
|
The tags on a room are received as single ``m.tag`` event in the
|
||||||
``private_user_data`` section of a room in a v2 /sync.
|
``private_user_data`` section of a room in a v2 /sync.
|
||||||
|
|
||||||
The ``m.tag`` can also be received in a v1 /events response or in the
|
The ``m.tag`` can also be received in a v1 /events response or in the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue