Skip to content

Commit

Permalink
no alternate appview on registerPushg
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 29, 2024
1 parent 517e2bc commit 6874083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/api/app/bsky/notification/registerPush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function (server: Server, ctx: AppContext) {

if (ctx.cfg.bskyAppView.did === serviceDid) {
await ctx
.getAppviewAgent(did)
.getAppviewAgent(null)
.api.app.bsky.notification.registerPush(input.body, {
...authHeaders,
encoding: 'application/json',
Expand Down

0 comments on commit 6874083

Please sign in to comment.