mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-16 15:31:55 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
32f684a88a | |||
26a25f1f34 | |||
b6e2375d57 | |||
f455ac64c3 |
1
Makefile
1
Makefile
@ -40,6 +40,7 @@ setup:
|
||||
web: export DIST_VERSION=$(WEB_OUT_DIST_VERSION)
|
||||
web: setup
|
||||
$(YARN) --cwd element-web dist
|
||||
echo "$(VERSION)" > element-web/webapp/version
|
||||
|
||||
desktop-common: web
|
||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||
|
@ -11,30 +11,19 @@
|
||||
"https://scalar-staging.vector.im/api",
|
||||
"https://scalar-staging.riot.im/scalar/api"
|
||||
],
|
||||
"hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
|
||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
},
|
||||
"piwik": {
|
||||
"url": "https://piwik.riot.im/",
|
||||
"siteId": 1,
|
||||
"policyUrl": "https://element.io/cookie-policy"
|
||||
},
|
||||
"enable_presence_by_hs_url": {
|
||||
"https://matrix.org": false,
|
||||
"https://matrix-client.matrix.org": false
|
||||
},
|
||||
"terms_and_conditions_links": [
|
||||
{
|
||||
"url": "https://element.io/privacy",
|
||||
"url": "https://schildi.chat/desktop/privacy",
|
||||
"text": "Privacy Policy"
|
||||
},
|
||||
{
|
||||
"url": "https://element.io/cookie-policy",
|
||||
"text": "Cookie Policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Submodule element-desktop updated: a50c16924f...937f8a8c86
Submodule element-web updated: bb73fedb2a...9eeb0af50a
Submodule matrix-js-sdk updated: f536e5c611...79a5b44eb5
Submodule matrix-react-sdk updated: c846b00b32...2a308ab739
Reference in New Issue
Block a user