{{ $t('receiveFollowRequest') }} |
@@ -50,10 +50,13 @@ import { faPlus, faQuoteLeft, faQuoteRight, faRetweet, faReply, faAt, faCheck }
import { faClock } from '@fortawesome/free-regular-svg-icons';
import getNoteSummary from '../../misc/get-note-summary';
import XReactionIcon from './reaction-icon.vue';
+import MkFollowButton from './follow-button.vue';
+import i18n from '../i18n';
export default Vue.extend({
+ i18n,
components: {
- XReactionIcon
+ XReactionIcon, MkFollowButton
},
props: {
notification: {
diff --git a/src/client/components/user-list.vue b/src/client/components/user-list.vue
index 14a96f3c6..a0c16266e 100644
--- a/src/client/components/user-list.vue
+++ b/src/client/components/user-list.vue
@@ -20,7 +20,7 @@