mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Merge branch 'master' into gift-resale
# Conflicts: # submodules/TelegramUI/Sources/SharedAccountContext.swift
This commit is contained in:
@@ -625,10 +625,8 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
|
||||
if conferenceCall.flags.contains(.isMissed) {
|
||||
titleString = strings.Chat_CallMessage_DeclinedGroupCall
|
||||
} else if message.timestamp < currentTime - missedTimeout {
|
||||
} else if conferenceCall.duration == nil && message.timestamp < currentTime - missedTimeout {
|
||||
titleString = strings.Chat_CallMessage_MissedGroupCall
|
||||
} else if conferenceCall.duration != nil {
|
||||
titleString = strings.Chat_CallMessage_CancelledGroupCall
|
||||
} else {
|
||||
if incoming {
|
||||
titleString = strings.Chat_CallMessage_IncomingGroupCall
|
||||
|
||||
Reference in New Issue
Block a user