diff --git a/data/server/GetAppConfig.json b/data/server/GetAppConfig.json index 3282c76eff..ed84062c2c 100644 --- a/data/server/GetAppConfig.json +++ b/data/server/GetAppConfig.json @@ -1141,6 +1141,14 @@ "_": "types.JsonString", "value": "emoji_status" }, + { + "_": "types.JsonString", + "value": "peer_colors" + }, + { + "_": "types.JsonString", + "value": "wallpapers" + }, { "_": "types.JsonString", "value": "profile_badge" @@ -1168,14 +1176,6 @@ { "_": "types.JsonString", "value": "premium_stickers" - }, - { - "_": "types.JsonString", - "value": "wallpapers" - }, - { - "_": "types.JsonString", - "value": "peer_colors" } ] } diff --git a/data/server/test/GetAppConfig.json b/data/server/test/GetAppConfig.json index 0f05a07120..b04dc162f8 100644 --- a/data/server/test/GetAppConfig.json +++ b/data/server/test/GetAppConfig.json @@ -614,6 +614,14 @@ "_": "types.JsonString", "value": "emoji_status" }, + { + "_": "types.JsonString", + "value": "peer_colors" + }, + { + "_": "types.JsonString", + "value": "wallpapers" + }, { "_": "types.JsonString", "value": "profile_badge" @@ -641,14 +649,6 @@ { "_": "types.JsonString", "value": "premium_stickers" - }, - { - "_": "types.JsonString", - "value": "wallpapers" - }, - { - "_": "types.JsonString", - "value": "peer_colors" } ] }