Skip to content
Snippets Groups Projects
Commit 2059f990 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '19-sync_profiles-of-spaces-is-never-called' into 'master'

Resolve "sync_profiles of spaces is never called"

Closes #19

See merge request AlekSIS/onboarding/AlekSIS-App-Matrix!5
parents ad3bd75d 47de71bf
No related branches found
No related tags found
1 merge request!5Resolve "sync_profiles of spaces is never called"
Pipeline #62520 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