Просмотр исходного кода

Set app name for UISI autorageshakes in sample config and element.io configs (#20740)

Faye Duxovni 4 лет назад
Родитель
Сommit
e0c11e1dff
3 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      config.sample.json
  2. 1 0
      element.io/app/config.json
  3. 1 0
      element.io/develop/config.json

+ 1 - 0
config.sample.json

@@ -23,6 +23,7 @@
         "https://scalar-staging.riot.im/scalar/api"
     ],
     "bug_report_endpoint_url": "https://element.io/bugreports/submit",
+    "uisi_autorageshake_app": "element-auto-uisi",
     "defaultCountryCode": "GB",
     "showLabsSettings": false,
     "features": { },

+ 1 - 0
element.io/app/config.json

@@ -12,6 +12,7 @@
     ],
     "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
     "bug_report_endpoint_url": "https://element.io/bugreports/submit",
+    "uisi_autorageshake_app": "element-auto-uisi",
     "showLabsSettings": false,
     "piwik": {
         "url": "https://piwik.riot.im/",

+ 1 - 0
element.io/develop/config.json

@@ -12,6 +12,7 @@
     ],
     "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
     "bug_report_endpoint_url": "https://element.io/bugreports/submit",
+    "uisi_autorageshake_app": "element-auto-uisi",
     "showLabsSettings": true,
     "piwik": {
         "url": "https://piwik.riot.im/",