add ActivityPub representation to admin-user.vue
This commit is contained in:
parent
c71f816be2
commit
73eeabc118
6 changed files with 111 additions and 13 deletions
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
|
|
@ -13245,6 +13245,18 @@ export interface Locale extends ILocale {
|
|||
* Note controls
|
||||
*/
|
||||
"noteFooterLabel": string;
|
||||
/**
|
||||
* Packed user data in its raw form. Most of these fields are public and visible to all users.
|
||||
*/
|
||||
"rawUserDescription": string;
|
||||
/**
|
||||
* Extended user data in its raw form. These fields are private and can only be accessed by moderators.
|
||||
*/
|
||||
"rawInfoDescription": string;
|
||||
/**
|
||||
* ActivityPub user data in its raw form. These fields are public and accessible to other instances.
|
||||
*/
|
||||
"rawApDescription": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue