parent
86fcd3a378
commit
c21caad1c5
7 changed files with 91 additions and 8 deletions
|
|
@ -50,6 +50,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
|
|||
hidedTags: (me && me.isAdmin) ? meta.hidedTags : undefined,
|
||||
bannerUrl: meta.bannerUrl,
|
||||
maxNoteTextLength: config.maxNoteTextLength,
|
||||
emojis: meta.emojis,
|
||||
|
||||
features: {
|
||||
registration: !meta.disableRegistration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue