Merge commit 'b1f80d475c7cd0319b8f18187ffe382d87299687'

# Conflicts:
#	submodules/TelegramUI/Components/AdminUserActionsSheet/Sources/AdminUserActionsPeerComponent.swift
This commit is contained in:
Isaac
2024-04-26 19:18:09 +04:00
22 changed files with 905 additions and 356 deletions

View File

@@ -87,7 +87,7 @@ private enum SettingsActionType: Hashable, CaseIterable {
var eventFlags: AdminLogEventsFlags {
switch self {
case .groupInfo:
return [.info, .settings]
return [.info, .settings, .forums]
case .inviteLinks:
return [.invites]
case .videoChats: