1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 12:12:14 +02:00

Add a room to search a team

This commit is contained in:
Yohann D'ANELLO
2020-10-31 14:22:40 +01:00
parent 2895fb88db
commit c11a40e054
2 changed files with 15 additions and 0 deletions

View File

@ -48,3 +48,5 @@ def invite_to_public_rooms(instance: Registration, **_):
if not instance.pk:
Matrix.invite("#annonces:correspondances-maths.fr", f"@{instance.matrix_username}:correspondances-maths.fr")
Matrix.invite("#faq:correspondances-maths.fr", f"@{instance.matrix_username}:correspondances-maths.fr")
Matrix.invite("#je-cherche-une-equip:correspondances-maths.fr",
f"@{instance.matrix_username}:correspondances-maths.fr")