Skip to content

Commit

Permalink
deploy: d2f26d4
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Aug 30, 2023
1 parent f27c6da commit ac6315e
Show file tree
Hide file tree
Showing 7 changed files with 124,021 additions and 123,937 deletions.
2 changes: 1 addition & 1 deletion 545/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc506327bf05dde9adb50781c1434231
f9f6ddbaac496ddfacbf0f4e0d814d54
Binary file modified 545/assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
6 changes: 3 additions & 3 deletions 545/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"application_name": "Twake",
"application_welcome_message": "Welcome to Twake!",
"default_homeserver": "matrix.linagora.com",
"web_base_url": "https://twakematrix-on-commit.twake.app/web",
"privacy_url": "https://twake.app/en/privacy/",
"render_html": false,
"render_html": true,
"hide_redacted_events": false,
"hide_unknown_events": false
"hide_unknown_events": false,
"issue_id": 545
}
8 changes: 4 additions & 4 deletions 545/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const RESOURCES = {"assets/assets/backup.png": "9c1f3ddbb59cee5be2c72ae4eabead1e
"assets/fonts/Roboto/Roboto-Bold.ttf": "9ece5b48963bbc96309220952cda38aa",
"assets/fonts/Roboto/RobotoMono-Regular.ttf": "7e173cf37bb8221ac504ceab2acfb195",
"assets/fonts/Roboto/Roboto-Regular.ttf": "f36638c2135b71e5a623dca52b611173",
"assets/fonts/MaterialIcons-Regular.otf": "2c49a14330446b821895d2505984dc8f",
"assets/fonts/MaterialIcons-Regular.otf": "956eab480f84d18929150424c4770dd6",
"assets/fonts/Inter/Inter-SemiBold.ttf": "1753a05196abeef95c32f10246bd6473",
"assets/fonts/Inter/Inter-ExtraLight.ttf": "c36ac5a28afa9a4d70292df06a932ccd",
"assets/fonts/Inter/Inter-Bold.ttf": "d17c0274915408cee0308d5476df9f45",
Expand Down Expand Up @@ -135,13 +135,13 @@ const RESOURCES = {"assets/assets/backup.png": "9c1f3ddbb59cee5be2c72ae4eabead1e
"splash/img/light-3x.png": "d7a83f22fdee6d2fca454982d55aa469",
"version.json": "8223b23d5e3963923a5aaa2c0d6af783",
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"index.html": "2b5d93b1bf52c81c9f3afa0a6ad2f330",
"/": "2b5d93b1bf52c81c9f3afa0a6ad2f330",
"index.html": "5f034ed91c4226cf77cf5fd5a343cfc4",
"/": "5f034ed91c4226cf77cf5fd5a343cfc4",
"favicon.png": "d6fd96e2d81a9853d4b0870fec11d291",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"icons/Icon-192.png": "a82dc9b187a5d459bf9798775c6951a1",
"icons/Icon-512.png": "7b09d20196b22a97624ab12900f85da3",
"main.dart.js": "d6d42e61cb6c5f33152964377aa74fc4",
"main.dart.js": "b12c482479cd0785a66baa494d4bdce5",
"canvaskit/canvaskit.wasm": "f48eaf57cada79163ec6dec7929486ea",
"canvaskit/skwasm.wasm": "6711032e17bf49924b2b001cef0d3ea3",
"canvaskit/canvaskit.js": "76f7d822f42397160c5dfc69cbc9b2de",
Expand Down
4 changes: 2 additions & 2 deletions 545/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/web/" />
<base href="/twake-on-matrix/545/" />

<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
Expand Down Expand Up @@ -72,7 +72,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = "1440969195";
var serviceWorkerVersion = "2461666509";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
Loading

0 comments on commit ac6315e

Please sign in to comment.