diff options
author | Hailey <me@haileyok.com> | 2024-05-14 18:02:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 18:02:57 -0700 |
commit | d390db0fa23d4e377e7351a869e11453a540c4fa (patch) | |
tree | 3b426d1f06b307e956eaf19f86212b180d075187 /app.config.js | |
parent | 0e04b19627f163e36089caca78614bfa4c45403e (diff) | |
download | voidsky-d390db0fa23d4e377e7351a869e11453a540c4fa.tar.zst |
[🐴]Add DM push notification sound (#4000)
* add wav * add sound to config
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 66a453039..4b54157c2 100644 --- a/app.config.js +++ b/app.config.js @@ -200,6 +200,7 @@ module.exports = function (config) { { icon: './assets/icon-android-notification.png', color: '#1185fe', + sounds: ['assets/blueskydm.wav'], }, ], './plugins/withAndroidManifestPlugin.js', |