Update summaly

This commit is contained in:
Julia Johannesen 2025-04-27 13:31:27 -04:00
parent 0bb4e57b0c
commit 35df3944c1
No known key found for this signature in database
GPG key ID: 4A1377AF3E7FBC46
7 changed files with 62 additions and 116 deletions

View file

@ -88,7 +88,7 @@ import { defineAsyncComponent, onDeactivated, onUnmounted, ref, watch } from 'vu
import { url as local } from '@@/js/config.js';
import { versatileLang } from '@@/js/intl-const.js';
import * as Misskey from 'misskey-js';
import type { summaly } from '@misskey-dev/summaly';
import type { summaly } from '@transfem-org/summaly';
import type MkNoteSimple from '@/components/MkNoteSimple.vue';
import type SkNoteSimple from '@/components/SkNoteSimple.vue';
import { i18n } from '@/i18n.js';