Format emojis in the service worker directly
This commit is contained in:
@@ -144,7 +144,7 @@ class Api {
|
||||
method: "POST",
|
||||
headers: maybeWithAuth({}, user),
|
||||
body: JSON.stringify({
|
||||
endpoint: subscription.webPushEndpoint
|
||||
endpoint: subscription.webPushEndpoint,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user