mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update submodules
This commit is contained in:
parent
6df083a0f0
commit
ec15b31263
5 changed files with 15 additions and 13 deletions
|
|
@ -366,6 +366,16 @@ private enum QueuedWakeup: Int32 {
|
|||
return true
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: true, redactSensitiveData: true)
|
||||
#else
|
||||
if BuildConfig.shared().isInternalBuild {
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: false, redactSensitiveData: true)
|
||||
} else {
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: false, redactSensitiveData: true)
|
||||
}
|
||||
#endif
|
||||
|
||||
let rootPath = rootPathForBasePath(appGroupUrl.path)
|
||||
performAppGroupUpgrades(appGroupPath: appGroupUrl.path, rootPath: rootPath)
|
||||
|
||||
|
|
@ -414,16 +424,6 @@ private enum QueuedWakeup: Int32 {
|
|||
|
||||
telegramUIDeclareEncodables()
|
||||
|
||||
#if DEBUG
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: true, redactSensitiveData: true)
|
||||
#else
|
||||
if BuildConfig.shared().isInternalBuild {
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: false, redactSensitiveData: true)
|
||||
} else {
|
||||
LoggingSettings.defaultSettings = LoggingSettings(logToFile: true, logToConsole: false, redactSensitiveData: true)
|
||||
}
|
||||
#endif
|
||||
|
||||
GlobalExperimentalSettings.isAppStoreBuild = BuildConfig.shared().isAppStoreBuild
|
||||
|
||||
GlobalExperimentalSettings.enableFeed = false
|
||||
|
|
|
|||
|
|
@ -2826,6 +2826,8 @@ Unused sets are archived when you add more.";
|
|||
|
||||
"Group.Setup.HistoryVisibleHelp" = "New members will see messages that were sent before they joined.";
|
||||
"Group.Setup.HistoryHiddenHelp" = "New members won't see earlier messages.";
|
||||
"Group.Setup.BasicHistoryHiddenHelp" = "New members won't see more than 100 previous messages.";
|
||||
|
||||
|
||||
"Channel.AdminLog.MessageGroupPreHistoryVisible" = "%@ made the group history visible for new members";
|
||||
"Channel.AdminLog.MessageGroupPreHistoryHidden" = "%@ made the group history hidden from new members";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a533f7dd716dd8e059b0e365e72867a9b6fb77a9
|
||||
Subproject commit 1df1405bd234c7498df5f42c1bd180244afb3285
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0341c221f6c6d68a6054482e1d10d16bc3f587e2
|
||||
Subproject commit ae844e1a203745452ea630470db519dc152c0765
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit de668ae9c2804130e5135ec085081670bcb10e2d
|
||||
Subproject commit 84d40aa79da30f86cb62e0a2ccfee3750979c02a
|
||||
Loading…
Add table
Add a link
Reference in a new issue