mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 05:12:46 +00:00
Implements room tagging. (#694)
This commit is contained in:
parent
3578d77d25
commit
d283676b9a
3 changed files with 270 additions and 0 deletions
6
testfile
6
testfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue