Skip to content

Commit

Permalink
Merge pull request #766 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.16.25
  • Loading branch information
mitchdowney committed Sep 11, 2024
2 parents 42cba67 + 4fb44b5 commit b85b9af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RATE_LIMITER_MAX_OVERRIDE=50
PODPING_HIVE_ACCOUNT=
PODPING_HIVE_POSTING_KEY=

FCM_GOOGLE_API_PATH_TO_AUTH_JSON=
FCM_GOOGLE_PATH_TO_AUTH_JSON=

MAINTENANCE_MODE_ENABLED= # lowercase true to enable
MAINTENANCE_MODE_DOWNTIME_EXPECTED= # in minutes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-api",
"version": "4.16.23",
"version": "4.16.25",
"description": "Data API, database migration scripts, and backend services for all Podverse models.",
"private": true,
"contributors": [
Expand Down
13 changes: 7 additions & 6 deletions src/lib/notifications/fcmGoogleApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const sendFCMGoogleApiNotification = async (
},
android: {
notification: {
imageUrl
image: imageUrl
}
},
apns: {
Expand All @@ -128,11 +128,12 @@ export const sendFCMGoogleApiNotification = async (
image: imageUrl
}
},
webpush: {
headers: {
image: imageUrl
}
}
// webpush apparently does not support image
// webpush: {
// headers: {
// image: imageUrl
// }
// }
}
},
json: true
Expand Down

0 comments on commit b85b9af

Please sign in to comment.