mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Add optional serverName param to the Matrix context
This commit is contained in:
@@ -39,12 +39,14 @@ struct JitsiJWTPayloadContext: Codable {
|
||||
struct JitsiJWTPayloadContextMatrix {
|
||||
let token: String
|
||||
let roomId: String
|
||||
let serverName: String?
|
||||
}
|
||||
|
||||
extension JitsiJWTPayloadContextMatrix: Codable {
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case token
|
||||
case roomId = "room_id"
|
||||
case serverName = "server_name"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user