mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 06:49:09 +00:00
Reactor unfollow_modal, boost_modal, delete_modal (#5505)
This commit is contained in:
committed by
Yamagishi Kazutoshi
parent
4080569c2d
commit
5e111ce16d
@@ -5,5 +5,8 @@ const getMeta = (prop) => initialState && initialState.meta && initialState.meta
|
||||
|
||||
export const reduceMotion = getMeta('reduce_motion');
|
||||
export const autoPlayGif = getMeta('auto_play_gif');
|
||||
export const unfollowModal = getMeta('unfollow_modal');
|
||||
export const boostModal = getMeta('boost_modal');
|
||||
export const deleteModal = getMeta('delete_modal');
|
||||
|
||||
export default initialState;
|
||||
|
||||
Reference in New Issue
Block a user