1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 03:18:22 +02:00

Define rooms avatar

This commit is contained in:
Yohann D'ANELLO
2020-10-29 23:57:29 +01:00
parent 79836f0d94
commit 971169fe2c
2 changed files with 14 additions and 2 deletions

View File

@ -46,6 +46,9 @@ class Command(BaseCommand):
preset=RoomPreset.public_chat,
)
Matrix.set_room_avatar("#annonces:correspondances-maths.fr", avatar_uri)
Matrix.set_room_avatar("#faq:correspondances-maths.fr", avatar_uri)
Matrix.set_room_power_level_event("#annonces:correspondances-maths.fr", "events_default", 50)
for r in Registration.objects.all():