|
|
@ -12,6 +12,7 @@ import {
|
|
|
|
unmuteAccount,
|
|
|
|
unmuteAccount,
|
|
|
|
} from '../actions/accounts';
|
|
|
|
} from '../actions/accounts';
|
|
|
|
import { openModal } from '../actions/modal';
|
|
|
|
import { openModal } from '../actions/modal';
|
|
|
|
|
|
|
|
import { initMuteModal } from '../actions/mutes';
|
|
|
|
|
|
|
|
|
|
|
|
const messages = defineMessages({
|
|
|
|
const messages = defineMessages({
|
|
|
|
unfollowConfirm: { id: 'confirmations.unfollow.confirm', defaultMessage: 'Unfollow' },
|
|
|
|
unfollowConfirm: { id: 'confirmations.unfollow.confirm', defaultMessage: 'Unfollow' },
|
|
|
|