mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 22:35:27 +02:00
wi
This commit is contained in:
@@ -66,6 +66,7 @@ import XReactionIcon from './reaction-icon.vue';
|
||||
import MkFollowButton from './follow-button.vue';
|
||||
import notePage from '../filters/note';
|
||||
import { userPage } from '../filters/user';
|
||||
import { locale } from '../i18n';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
@@ -89,7 +90,7 @@ export default defineComponent({
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
getNoteSummary: (text: string) => noteSummary(text, this.$root.i18n.messages[this.$root.i18n.locale]),
|
||||
getNoteSummary: (text: string) => noteSummary(text, locale),
|
||||
followRequestDone: false,
|
||||
groupInviteDone: false,
|
||||
connection: null,
|
||||
|
||||
Reference in New Issue
Block a user