Update API

This commit is contained in:
Ali
2021-04-01 11:06:00 +04:00
parent fca86fe5cb
commit 6cf4427be0
12 changed files with 1077 additions and 998 deletions

View File

@@ -2991,7 +2991,7 @@ func replayFinalState(accountManager: AccountManager, postbox: Postbox, accountP
})
switch call {
case let .groupCall(flags, _, _, _, _, title, streamDcId, recordStartDate, _):
case let .groupCall(flags, _, _, _, _, title, streamDcId, recordStartDate, scheduleDate, _):
let isMuted = (flags & (1 << 1)) != 0
let canChange = (flags & (1 << 2)) != 0
let defaultParticipantsAreMuted = GroupCallParticipantsContext.State.DefaultParticipantsAreMuted(isMuted: isMuted, canChange: canChange)