mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-17 11:20:21 -04:00
Remove backing code for groups/communities (#12558)
Including handlers, configuration code, appservice support, and the GroupID construct.
This commit is contained in:
parent
1cba285a79
commit
49f06866e4
13 changed files with 6 additions and 1894 deletions
|
@ -23,7 +23,7 @@ from tests.test_utils import simple_async_mock
|
|||
|
||||
|
||||
def _regex(regex: str, exclusive: bool = True) -> Namespace:
|
||||
return Namespace(exclusive, None, re.compile(regex))
|
||||
return Namespace(exclusive, re.compile(regex))
|
||||
|
||||
|
||||
class ApplicationServiceTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue