diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2024-06-13 22:45:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 21:45:54 +0000 |
commit | 2c36a679ae4a8c35619d706edd5f999d099be12c (patch) | |
tree | 83adeecb9626bac36ecaf2c46d8f40137583889f /tests/rest | |
parent | Add `is_dm` filtering to Sliding Sync `/sync` (#17277) (diff) | |
download | synapse-2c36a679ae4a8c35619d706edd5f999d099be12c.tar.xz |
Include user membership on events (#17282)
MSC4115 has now completed FCP, so we can enable it by default and switch to the stable identifier.
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/client/test_retention.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/test_retention.py b/tests/rest/client/test_retention.py index ceae40498e..1e5a1b0a4d 100644 --- a/tests/rest/client/test_retention.py +++ b/tests/rest/client/test_retention.py @@ -167,7 +167,6 @@ class RetentionTestCase(unittest.HomeserverTestCase): storage_controllers, self.user_id, events, - msc4115_membership_on_events=True, ) ) |