mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
PSG-976 Exclude current session from security recommendations and other sessions
This commit is contained in:
@@ -173,7 +173,6 @@ private extension UserOtherSessionsFilter {
|
||||
filterSessionsInfos(sessionInfos)
|
||||
.map {
|
||||
UserSessionListItemViewDataFactory().create(from: $0,
|
||||
highlightSessionDetails: self == .unverified && $0.isCurrent,
|
||||
isSelected: selectedSessions.contains($0.id))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user