Add informational message at login for visitors coming from upload button
resolves #1880
This commit is contained in:
parent
ab4d4db44a
commit
000eb0e40d
10 changed files with 83 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue