diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
| commit | d096962b054a49fb4971da30a801738838d08ca0 (patch) | |
| tree | 64bc3f7c822f2a0684f25a86a2457c4c993d3a96 /src/sw.js | |
| parent | f0f323b49c40ac48fe175afcffe69b633eb362a3 (diff) | |
| parent | 34285150a005ea13762df98d9a9ad338cff38a3e (diff) | |
Merge branch 'status-notification-type' into 'develop'
Support `status` notification type
See merge request pleroma/pleroma-fe!1916
Diffstat (limited to 'src/sw.js')
| -rw-r--r-- | src/sw.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ const setSettings = async () => { switch (k) { case 'mentions': return 'mention' + case 'statuses': + return 'status' case 'likes': return 'like' case 'repeats': |
