Skip to content

Commit

Permalink
enable hash router for desktop app (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura authored Jul 25, 2024
1 parent e8f5c4c commit e252a96
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 52 deletions.
38 changes: 38 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"defaultHomeserver": 2,
"homeserverList": [
"converser.eu",
"envs.net",
"matrix.org",
"monero.social",
"mozilla.org",
"xmr.se"
],
"allowCustomHomeservers": true,

"featuredCommunities": {
"openAsDefault": false,
"spaces": [
"#cinny-space:matrix.org",
"#community:matrix.org",
"#space:envs.net",
"#science-space:matrix.org",
"#libregaming-games:tchncs.de",
"#mathematics-on:matrix.org"
],
"rooms": [
"#cinny:matrix.org",
"#freesoftware:matrix.org",
"#pcapdroid:matrix.org",
"#gentoo:matrix.org",
"#PrivSec.dev:arcticfoxes.net",
"#disroot:aria-net.org"
],
"servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
},

"hashRouter": {
"enabled": true,
"basename": "/"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=16.0.0"
},
"scripts": {
"tauri": "tauri",
"tauri": "cp config.json cinny/ && tauri",
"release": "node scripts/release.mjs"
},
"keywords": [],
Expand Down
51 changes: 0 additions & 51 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e252a96

Please sign in to comment.