Merge branch 'fix/post-content-type' into 'develop'

#327: Load post status content type from instance config

Closes #327

See merge request pleroma/pleroma-fe!641
This commit is contained in:
Shpuld Shpludson 2019-03-07 16:03:06 +00:00
commit bf1fa52e5e
12 changed files with 18 additions and 21 deletions

View file

@ -37,6 +37,7 @@ const defaultState = {
emoji: [],
customEmoji: [],
restrictedNicknames: [],
postFormats: [],
// Feature-set, apparently, not everything here is reported...
mediaProxyAvailable: false,