Skip to content
Snippets Groups Projects
Verified Commit 47de71bf authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use sync_profiles in spaces

parent ad3bd75d
No related branches found
No related tags found
1 merge request!5Resolve "sync_profiles of spaces is never called"
Pipeline #59204 failed
......@@ -339,6 +339,7 @@ class MatrixSpace(MatrixRoom):
"""Sync this space."""
self.ensure_children()
self.sync_children()
self.sync_profiles()
class Meta:
verbose_name = _("Matrix space")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment