Skip to content
Snippets Groups Projects
Commit 82884ac5 authored by Neetshin's avatar Neetshin Committed by Yamagishi Kazutoshi
Browse files

Update mutes.js (#5882)

parent 886829e9
No related branches found
No related tags found
No related merge requests found
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment