diff --git a/taiga/projects/models.py b/taiga/projects/models.py index 0ee51100..aecbffb0 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -27,6 +27,7 @@ from . import choices VIDEOCONFERENCES_CHOICES = ( ('appear-in', 'AppearIn'), + ('talky', 'Talky'), )