Skip to content

Commit 0b97f55

Browse files
committed
Merge pull request #139 from TastelessVoid/feat/tauri-integration
Feat/tauri integration - Add UnifiedPush
2 parents 751c2fc + 93bca4b commit 0b97f55

3,116 files changed

Lines changed: 2651 additions & 56984 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ crash.log
2424
/gen/schemas
2525

2626
# Tauri
27-
/src-tauri/target/
28-
/src-tauri/gen/
2927
dist-js
3028

29+
# Gradle / Android build artifacts
30+
**/android/build/
31+
**/android/.tauri/
32+
**/android/.gradle/
33+
**/.gradle/
34+
35+
# Rust build artifacts in subcrates
36+
crates/**/target/
37+
3138
# Worktrees
3239
.worktrees

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"pushNotificationDetails": {
1111
"pushNotifyUrl": "https://cinny.cc/_matrix/push/v1/notify",
1212
"vapidPublicKey": "BHLwykXs79AbKNiblEtZZRAgnt7o5_ieImhVJD8QZ01MVwAHnXwZzNgQEJJEU3E5CVsihoKtb7yaNe5x3vmkWkI",
13-
"webPushAppID": "cc.cinny.web"
13+
"webPushAppID": "cc.cinny.web",
14+
"unifiedPushAppID": "moe.sable.up"
1415
},
1516

1617
"slidingSync": {

crates/tauri-plugin-splashscreen/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ yarn.lock
1414
Cargo.lock
1515
node_modules/
1616

17-
dist-js
18-
dist

0 commit comments

Comments
 (0)