Hal De 3 yıl önce
ebeveyn
işleme
9d13d5669c
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      app/app.py

+ 4 - 4
app/app.py

@@ -233,10 +233,10 @@ async def celCallback(mngr: Manager, msg: Message):
         (msg.EventName == 'APP_END') and 
         (firstMessage.get('groupCall',False))):
       app.cache['cel_calls'][lid]['groupCall'] = False
-      _cb = {'users': list(app.cache['cel_calls'][uid]['current_channels'].values()),
-                 'state': 'group_ringing',
-                 'callerId': cid,
-                 'callId': uid}
+      _cb = {'users': [],
+             'state': 'group_ringing',
+             'callerId': cid,
+             'callId': uid}
       if ('WebCallId' in app.cache['cel_calls'][msg.linkedid]):
          _cb['WebCallId'] = app.cache['cel_calls'][msg.linkedid]['WebCallId']
       reply = await doCallback('groupRinging', _cb)