diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-25 03:21:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-25 03:21:54 +0900 |
| commit | 31802c97494c27f019c127077d7f1d88fd753fb8 (patch) | |
| tree | 8d4d15eedd039fa3998517abdda3294fd8bde0d7 /src/server/nodeinfo.ts | |
| parent | Improve doc (diff) | |
| download | sharkey-31802c97494c27f019c127077d7f1d88fd753fb8.tar.gz sharkey-31802c97494c27f019c127077d7f1d88fd753fb8.tar.bz2 sharkey-31802c97494c27f019c127077d7f1d88fd753fb8.zip | |
Improve doc
Diffstat (limited to 'src/server/nodeinfo.ts')
| -rw-r--r-- | src/server/nodeinfo.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/nodeinfo.ts b/src/server/nodeinfo.ts index 9e4ce37b81..a783eea90b 100644 --- a/src/server/nodeinfo.ts +++ b/src/server/nodeinfo.ts @@ -20,7 +20,7 @@ export const links = [/* (awaiting release) { const nodeinfo2 = async () => { const [ - { name, description, maintainer, langs, broadcasts, disableRegistration, disableLocalTimeline, disableGlobalTimeline, enableRecaptcha, maxNoteTextLength, enableTwitterIntegration, enableGithubIntegration, enableDiscordIntegration, enableEmail, enableServiceWorker }, + { name, description, maintainer, langs, announcements, disableRegistration, disableLocalTimeline, disableGlobalTimeline, enableRecaptcha, maxNoteTextLength, enableTwitterIntegration, enableGithubIntegration, enableDiscordIntegration, enableEmail, enableServiceWorker }, // total, // activeHalfyear, // activeMonth, @@ -52,7 +52,7 @@ const nodeinfo2 = async () => { // localPosts, // localComments }, - metadata: { name, description, maintainer, langs, broadcasts, disableRegistration, disableLocalTimeline, disableGlobalTimeline, enableRecaptcha, maxNoteTextLength, enableTwitterIntegration, enableGithubIntegration, enableDiscordIntegration, enableEmail, enableServiceWorker } + metadata: { name, description, maintainer, langs, announcements, disableRegistration, disableLocalTimeline, disableGlobalTimeline, enableRecaptcha, maxNoteTextLength, enableTwitterIntegration, enableGithubIntegration, enableDiscordIntegration, enableEmail, enableServiceWorker } }; }; |