get-note-summary

This commit is contained in:
tamaina 2021-11-12 10:44:15 +09:00
parent 95b2ae270a
commit 873eeafe2e
2 changed files with 5 additions and 5 deletions

View file

@ -199,7 +199,7 @@ export default defineComponent({
};
return {
getNoteSummary: (text: string) => getNoteSummary(text, i18n.locale),
getNoteSummary: (text: string) => getNoteSummary(text, i18n),
followRequestDone,
groupInviteDone,
notePage,