Moves show all media to react pane

This commit is contained in:
Josh Perez 2022-12-20 12:50:23 -05:00 committed by GitHub
parent cdb779508b
commit d8ea9856ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 572 additions and 543 deletions

View file

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