mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-11 21:28:12 +09:00
callbackUrlをappのレスポンスに追加 (#4686)
This commit is contained in:
parent
6e149dbd21
commit
ce6377774d
@ -25,6 +25,7 @@ export class AppRepository extends Repository<App> {
|
||||
return {
|
||||
id: app.id,
|
||||
name: app.name,
|
||||
callbackUrl: app.callbackUrl,
|
||||
...(opts.includeSecret ? { secret: app.secret } : {}),
|
||||
...(me ? {
|
||||
isAuthorized: await AccessTokens.count({
|
||||
|
Loading…
Reference in New Issue
Block a user