mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-06 22:18:26 +01:00
feat: Ability to consume webhook notifications and forward to clients #595
- forward expo device tokens to users plugin instance - added android notification icon
This commit is contained in:
9
app.json
9
app.json
@@ -120,6 +120,13 @@
|
||||
"image": "./assets/images/StreamyFinFinal.png",
|
||||
"imageWidth": 100
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-notifications",
|
||||
{
|
||||
"icon": "./assets/images/notification.png",
|
||||
"color": "#9333EA"
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
@@ -133,7 +140,7 @@
|
||||
"projectId": "e79219d1-797f-4fbe-9fa1-cfd360690a68"
|
||||
}
|
||||
},
|
||||
"owner": "fredrikburmester",
|
||||
"owner": "streamyfin",
|
||||
"runtimeVersion": {
|
||||
"policy": "appVersion"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user