mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 13:05:26 -04:00
Support filtering the /messages API by relation type (MSC3874). (#14148)
Gated behind an experimental configuration flag.
This commit is contained in:
parent
6b24235142
commit
4283bd1cf9
9 changed files with 212 additions and 177 deletions
|
@ -1677,7 +1677,6 @@ class RelationRedactionTestCase(BaseRelationsTestCase):
|
|||
{"chunk": [{"type": "m.reaction", "key": "👍", "count": 1}]},
|
||||
)
|
||||
|
||||
@unittest.override_config({"experimental_features": {"msc3440_enabled": True}})
|
||||
def test_redact_parent_thread(self) -> None:
|
||||
"""
|
||||
Test that thread replies are still available when the root event is redacted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue