[Glitch] Include preview cards in status entity in REST API

Port 795f0107d2 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-10-29 14:44:04 +01:00
committed by ThibG
parent 7f24242ef6
commit ac9780b844
6 changed files with 54 additions and 11 deletions

View File

@@ -15,7 +15,6 @@ import settings from './settings';
import local_settings from './local_settings';
import push_notifications from './push_notifications';
import status_lists from './status_lists';
import cards from './cards';
import mutes from './mutes';
import reports from './reports';
import contexts from './contexts';
@@ -47,7 +46,6 @@ const reducers = {
settings,
local_settings,
push_notifications,
cards,
mutes,
reports,
contexts,