mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-04-30 16:55:40 +02:00
@@ -26,6 +26,7 @@ export class AppRepository extends Repository<App> {
|
||||
id: app.id,
|
||||
name: app.name,
|
||||
callbackUrl: app.callbackUrl,
|
||||
permission: app.permission,
|
||||
...(opts.includeSecret ? { secret: app.secret } : {}),
|
||||
...(me ? {
|
||||
isAuthorized: await AccessTokens.count({
|
||||
|
||||
Reference in New Issue
Block a user