Make instance logo customisable (#3829)

This commit is contained in:
ibrokemypie
2019-01-04 05:02:40 +11:00
committed by syuilo
parent 562cd6ad0b
commit ebf9cd18c8
7 changed files with 20 additions and 1 deletions

View File

@ -65,6 +65,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
enableRecaptcha: instance.enableRecaptcha,
recaptchaSiteKey: instance.recaptchaSiteKey,
swPublickey: instance.swPublicKey,
logoUrl: instance.logoUrl,
bannerUrl: instance.bannerUrl,
errorImageUrl: instance.errorImageUrl,
maxNoteTextLength: instance.maxNoteTextLength,