Add informational message at login for visitors coming from upload button

resolves #1880
This commit is contained in:
Rigel Kent 2020-01-10 14:01:13 +01:00
parent ab4d4db44a
commit 000eb0e40d
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
10 changed files with 83 additions and 9 deletions

View file

@ -155,6 +155,14 @@ async function getConfig (req: express.Request, res: express.Response) {
},
tracker: {
enabled: CONFIG.TRACKER.ENABLED
},
followings: {
instance: {
autoFollowIndex: {
indexUrl: CONFIG.FOLLOWINGS.INSTANCE.AUTO_FOLLOW_INDEX.INDEX_URL
}
}
}
}