mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Ignore OS version from web based sessions (PSG-826) (#6852)
* Ignore OS version from web based sessions * Add changelog
This commit is contained in:
+3
-3
@@ -76,7 +76,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
applicationVersion: "1.0.0",
|
||||
applicationURL: nil,
|
||||
deviceModel: nil,
|
||||
deviceOS: "macOS 12.5.1",
|
||||
deviceOS: "macOS",
|
||||
lastSeenIPLocation: nil,
|
||||
clientName: "Electron",
|
||||
clientVersion: "20.1.1",
|
||||
@@ -94,7 +94,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
applicationVersion: "1.0.0",
|
||||
applicationURL: nil,
|
||||
deviceModel: nil,
|
||||
deviceOS: "macOS 12.5.1",
|
||||
deviceOS: "macOS",
|
||||
lastSeenIPLocation: nil,
|
||||
clientName: "My Mac",
|
||||
clientVersion: "1.0.0",
|
||||
@@ -112,7 +112,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
applicationVersion: "1.0.0",
|
||||
applicationURL: nil,
|
||||
deviceModel: nil,
|
||||
deviceOS: "macOS 12.5.1",
|
||||
deviceOS: "macOS",
|
||||
lastSeenIPLocation: nil,
|
||||
clientName: "My Mac",
|
||||
clientVersion: "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user