Skip to content

Commit

Permalink
fix : added TODO concerning call to the onbind api
Browse files Browse the repository at this point in the history
  • Loading branch information
h1ppox99 committed Jul 11, 2024
1 parent 36c0dc2 commit 794b996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/matrix-identity-server/src/3pid/bind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ const bind = <T extends string = never>(
})
return
}

// TODO : hook for any pending invite and call the onbind api : https://spec.matrix.org/v1.11/client-server-api/#room-aliases

idServer.db
.get('keys', ['data'], { name: 'pepper' })
.then(async (pepperRow) => {
Expand Down

0 comments on commit 794b996

Please sign in to comment.