diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-09-23 18:49:47 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-09-23 18:49:47 +0200 |
| commit | 2375d043d16ddd099efdc9a56c075cb9ea580b66 (patch) | |
| tree | 5000e9ee118497429a664198137a438270c415da /packages/sw/src/scripts | |
| parent | shonk (diff) | |
| download | sharkey-2375d043d16ddd099efdc9a56c075cb9ea580b66.tar.gz sharkey-2375d043d16ddd099efdc9a56c075cb9ea580b66.tar.bz2 sharkey-2375d043d16ddd099efdc9a56c075cb9ea580b66.zip | |
add: Megalodon, initial mastodon api
Diffstat (limited to 'packages/sw/src/scripts')
| -rw-r--r-- | packages/sw/src/scripts/create-notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sw/src/scripts/create-notification.ts b/packages/sw/src/scripts/create-notification.ts index f33ab1c33c..0f9254216a 100644 --- a/packages/sw/src/scripts/create-notification.ts +++ b/packages/sw/src/scripts/create-notification.ts @@ -250,7 +250,7 @@ export async function createEmptyNotification(): Promise<void> { await globalThis.registration.showNotification( (new URL(origin)).host, { - body: `Misskey v${_VERSION_}`, + body: `Sharkey v${_VERSION_}`, silent: true, badge: iconUrl('null'), tag: 'read_notification', |