Skip to content

Commit

Permalink
feat(notifications): specific account token (#85)
Browse files Browse the repository at this point in the history
can register device token for specific account
  • Loading branch information
srennen authored May 2, 2022
1 parent 9a4992f commit 0501b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {objectOrStringToString, toQueryString} from '../utils';
export async function registerDeviceToken({
secretKey,
provider,
accountId,
token,
userId,
deviceId,
Expand All @@ -29,6 +30,7 @@ export async function registerDeviceToken({
},
body: JSON.stringify({
provider,
accountId,
token,
userId,
deviceId,
Expand Down

0 comments on commit 0501b22

Please sign in to comment.