fix getNoteSummary
This commit is contained in:
parent
fc9fa7f6cc
commit
643ff75947
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ export default defineComponent({
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
getNoteSummary: (note: misskey.entities.Note) => getNoteSummary(note, i18n),
|
getNoteSummary: (note: misskey.entities.Note) => getNoteSummary(note),
|
||||||
followRequestDone,
|
followRequestDone,
|
||||||
groupInviteDone,
|
groupInviteDone,
|
||||||
notePage,
|
notePage,
|
||||||
|
|
Loading…
Reference in a new issue