aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-03-11 18:53:34 +0000
committerShpuld Shpludson <shp@cock.li>2019-03-11 18:53:34 +0000
commit7c26435e66fd7e142ea4b88fbe51eede32eeb5ce (patch)
treed7b4ea789ceaaa8e5dacd7e74100962853853132 /src/modules/instance.js
parent7e9c8c3d219aa3b787c5606efbb54a73c1738b07 (diff)
parentf397537642a6b8a4079d8d45d835ddd50f2d2b4a (diff)
Merge branch 'develop' into 'master'
Update master with bugfixes (and other changes) See merge request pleroma/pleroma-fe!673
Diffstat (limited to 'src/modules/instance.js')
-rw-r--r--src/modules/instance.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js
index c31d02b9..24c52f9c 100644
--- a/src/modules/instance.js
+++ b/src/modules/instance.js
@@ -37,6 +37,7 @@ const defaultState = {
emoji: [],
customEmoji: [],
restrictedNicknames: [],
+ postFormats: [],
// Feature-set, apparently, not everything here is reported...
mediaProxyAvailable: false,