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

@ -126,4 +126,12 @@ export interface ServerConfig {
tracker: {
enabled: boolean
}
followings: {
instance: {
autoFollowIndex: {
indexUrl: string
}
}
}
}