logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 82884ac5c43092c0b0625f7d81c930bb023c9469
parent: 886829e96c48418adafa99cee05c809db2c4234b
Author: Neetshin <neetshin@neetsh.in>
Date:   Mon,  4 Dec 2017 17:22:14 +0530

Update mutes.js (#5882)


Diffstat:

Mapp/javascript/mastodon/actions/mutes.js5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app/javascript/mastodon/actions/mutes.js b/app/javascript/mastodon/actions/mutes.js @@ -1,6 +1,6 @@ import api, { getLinks } from '../api'; import { fetchRelationships } from './accounts'; -import { openModal } from '../../mastodon/actions/modal'; +import { openModal } from './modal'; export const MUTES_FETCH_REQUEST = 'MUTES_FETCH_REQUEST'; export const MUTES_FETCH_SUCCESS = 'MUTES_FETCH_SUCCESS'; @@ -100,4 +100,4 @@ export function toggleHideNotifications() { return dispatch => { dispatch({ type: MUTES_TOGGLE_HIDE_NOTIFICATIONS }); }; -}- \ No newline at end of file +}