UI updates

This commit is contained in:
Ali
2021-08-27 18:46:22 +04:00
parent 9ef9811db3
commit 79698d9929
10 changed files with 132 additions and 38 deletions

View File

@@ -249,6 +249,8 @@ func channelAdminLogEvents(postbox: Postbox, network: Network, peerId: PeerId, m
action = .groupCallUpdateParticipantVolume(peerId: parsedParticipant.peerId, volume: parsedParticipant.volume ?? 10000)
case let .channelAdminLogEventActionChangeHistoryTTL(prevValue, newValue):
action = .changeHistoryTTL(previousValue: prevValue, updatedValue: newValue)
case .channelAdminLogEventActionChangeTheme:
action = nil
}
let peerId = PeerId(namespace: Namespaces.Peer.CloudUser, id: PeerId.Id._internalFromInt32Value(userId))
if let action = action {