Use storage service for call links
This commit is contained in:
parent
50447b7686
commit
5a75246e42
23 changed files with 583 additions and 50 deletions
|
@ -3557,10 +3557,6 @@ export default class MessageReceiver
|
|||
callLinkUpdate.type === Proto.SyncMessage.CallLinkUpdate.Type.UPDATE
|
||||
) {
|
||||
callLinkUpdateSyncType = CallLinkUpdateSyncType.Update;
|
||||
} else if (
|
||||
callLinkUpdate.type === Proto.SyncMessage.CallLinkUpdate.Type.DELETE
|
||||
) {
|
||||
callLinkUpdateSyncType = CallLinkUpdateSyncType.Delete;
|
||||
} else {
|
||||
throw new Error(
|
||||
`MessageReceiver.handleCallLinkUpdate: unknown type ${callLinkUpdate.type}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue