Custom emoji (#3061)

* wip

* wip

* wip
This commit is contained in:
syuilo
2018-11-01 11:51:49 +09:00
committed by GitHub
parent 86fcd3a378
commit c21caad1c5
7 changed files with 91 additions and 8 deletions

View File

@ -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,