Skip to content

Commit

Permalink
return did in describeServer
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Feb 21, 2024
1 parent 64cecbc commit 409f7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/src/api/com/atproto/server/describeServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function (server: Server, ctx: AppContext) {
return {
encoding: 'application/json',
body: {
did: ctx.cfg.service.did,
availableUserDomains,
inviteCodeRequired,
links: { privacyPolicy, termsOfService },
Expand Down

0 comments on commit 409f7b3

Please sign in to comment.