fix getNoteSummary
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user