feat: remove automatic Jitsi meeting creation from appointment scheduling
This commit is contained in:
parent
e0a5a5a8f1
commit
9ee63d7c3d
@ -657,9 +657,6 @@ class AppointmentRequest(models.Model):
|
||||
self.scheduled_duration = new_duration
|
||||
self.rejection_reason = ''
|
||||
|
||||
if self.has_jitsi_meeting:
|
||||
self.create_jitsi_meeting(with_moderation=True)
|
||||
|
||||
if commit:
|
||||
self.save()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user