mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Include browser version in parsed user agent (PSG-761) (#6788)
* Update UserSessionInfo structure to include client version * Add string for browser * Update user agent parser to parse browser version too * Add browser row into the session details * Add changelog * Fix tests * Run Swift format
This commit is contained in:
@@ -58,8 +58,11 @@ struct UserSessionInfo: Identifiable {
|
||||
/// Last seen IP location
|
||||
let lastSeenIPLocation: String?
|
||||
|
||||
/// Device name
|
||||
let deviceName: String?
|
||||
/// Client name
|
||||
let clientName: String?
|
||||
|
||||
/// Client version
|
||||
let clientVersion: String?
|
||||
|
||||
/// True to indicate that session has been used under `inactiveSessionDurationTreshold` value
|
||||
let isActive: Bool
|
||||
|
||||
Reference in New Issue
Block a user