Moves show all media to react pane
This commit is contained in:
parent
cdb779508b
commit
d8ea9856ec
25 changed files with 572 additions and 543 deletions
|
@ -13,6 +13,7 @@ import { getEmptyState as expiration } from './ducks/expiration';
|
|||
import { getEmptyState as globalModals } from './ducks/globalModals';
|
||||
import { getEmptyState as lightbox } from './ducks/lightbox';
|
||||
import { getEmptyState as linkPreviews } from './ducks/linkPreviews';
|
||||
import { getEmptyState as mediaGallery } from './ducks/mediaGallery';
|
||||
import { getEmptyState as network } from './ducks/network';
|
||||
import { getEmptyState as preferredReactions } from './ducks/preferredReactions';
|
||||
import { getEmptyState as safetyNumber } from './ducks/safetyNumber';
|
||||
|
@ -106,6 +107,7 @@ export function getInitialState({
|
|||
items,
|
||||
lightbox: lightbox(),
|
||||
linkPreviews: linkPreviews(),
|
||||
mediaGallery: mediaGallery(),
|
||||
network: network(),
|
||||
preferredReactions: preferredReactions(),
|
||||
safetyNumber: safetyNumber(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue