summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-10-02 07:46:24 +1100
committerGitHub <noreply@github.com>2023-10-02 07:46:24 +1100
commit551d2bf5e6bc4f5c2cf706d6de2716b857c4c7dc (patch)
tree3cb6c866e7881bf04ea606548cadadca01b2a8e3 /assets
parentMerge branch 'master' of github.com:spacebarchat/server (diff)
parentGenerate schema (diff)
downloadserver-ts-551d2bf5e6bc4f5c2cf706d6de2716b857c4c7dc.tar.xz
Merge pull request #1099 from CyberL1/master
Add mobile_network_type to message create schema
Diffstat (limited to 'assets')
-rw-r--r--assets/schemas.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/schemas.json b/assets/schemas.json

index 77df48bd..e893cb99 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -93099,6 +93099,9 @@ "content": { "type": "string" }, + "mobile_network_type": { + "type": "string" + }, "nonce": { "type": "string" }, @@ -97417,6 +97420,9 @@ "content": { "type": "string" }, + "mobile_network_type": { + "type": "string" + }, "nonce": { "type": "string" },