mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 10:46:06 -04:00
Move the (unstable) dir
parameter for /relations behind an experimental flag. (#12984)
MSC3715 defines this parameter, but the unstable version of it should be behind an experimental flag.
This commit is contained in:
parent
3c8f1290b8
commit
dd2d66b0c9
4 changed files with 15 additions and 3 deletions
|
@ -728,6 +728,7 @@ class RelationsTestCase(BaseRelationsTestCase):
|
|||
|
||||
|
||||
class RelationPaginationTestCase(BaseRelationsTestCase):
|
||||
@unittest.override_config({"experimental_features": {"msc3715_enabled": True}})
|
||||
def test_basic_paginate_relations(self) -> None:
|
||||
"""Tests that calling pagination API correctly the latest relations."""
|
||||
channel = self._send_relation(RelationTypes.ANNOTATION, "m.reaction", "a")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue