mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Made UserSessionInfo Equatable
This commit is contained in:
@@ -71,3 +71,9 @@ struct UserSessionInfo: Identifiable {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension UserSessionInfo: Equatable {
|
||||
static func == (lhs: UserSessionInfo, rhs: UserSessionInfo) -> Bool {
|
||||
return lhs.id == rhs.id
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user