mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Stories
This commit is contained in:
parent
e8fe2b0042
commit
ab3d486026
4 changed files with 105 additions and 67 deletions
|
|
@ -938,7 +938,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||
messageLifetime = Int32(value)
|
||||
}
|
||||
|
||||
if isStream {
|
||||
if streamPeerId != nil {
|
||||
messageLifetime = Int32.max
|
||||
}
|
||||
|
||||
|
|
@ -948,7 +948,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||
reference: .id(id: initialCall.description.id, accessHash: initialCall.description.accessHash),
|
||||
e2eContext: self.e2eContext,
|
||||
messageLifetime: messageLifetime,
|
||||
isLiveStream: isStream
|
||||
isLiveStream: streamPeerId != nil
|
||||
)
|
||||
self.messagesStatePromise.set(self.messagesContext!.state)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue