Implements room tagging. (#694)

This commit is contained in:
Sumukha Pk 2019-08-02 16:47:51 +05:30 committed by Alex Chen
parent 3578d77d25
commit d283676b9a
3 changed files with 270 additions and 0 deletions

View file

@ -159,3 +159,9 @@ Inbound federation rejects remote attempts to kick local users to rooms
An event which redacts itself should be ignored
A pair of events which redact each other should be ignored
Full state sync includes joined rooms
Can add tag
Can remove tag
Can list tags for a room
Tags appear in an initial v2 /sync
Newly updated tags appear in an incremental v2 /sync
Deleted tags appear in an incremental v2 /sync