Implement FCM [WIP]

This commit is contained in:
2024-05-31 15:22:27 +02:00
parent 0ad82bb248
commit dfcee5dfc7
33 changed files with 665 additions and 337 deletions

View File

@@ -3037,7 +3037,7 @@
"type": "string"
},
"client_type": {
"type": "string"
"$ref": "#/definitions/models.ClientType"
},
"fcm_token": {
"type": "string"
@@ -3082,7 +3082,7 @@
"type": "string"
},
"client_type": {
"type": "string"
"$ref": "#/definitions/models.ClientType"
},
"fcm_token": {
"type": "string"
@@ -3653,11 +3653,17 @@
"type": "string",
"enum": [
"ANDROID",
"IOS"
"IOS",
"LINUX",
"MACOS",
"WINDOWS"
],
"x-enum-varnames": [
"ClientTypeAndroid",
"ClientTypeIOS"
"ClientTypeIOS",
"ClientTypeLinux",
"ClientTypeMacOS",
"ClientTypeWindows"
]
},
"models.CompatMessage": {