pull/1013/head
三咲智子 Kevin Deng 2023-01-13 00:04:37 +08:00
rodzic d0d0503a13
commit 4139be32f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -110,7 +110,7 @@ async function loginTo(user?: Omit<UserLogin, 'account'> & { account?: mastodon.
const instance = await fetchV1Instance({
url,
})
const masto = await createClient({
const masto = createClient({
url,
streamingApiUrl: instance.urls.streamingApi,
accessToken: user?.token,

Wyświetl plik

@ -1,6 +1,5 @@
<script lang="ts" setup>
import type { mastodon } from 'masto'
import { satisfies } from 'semver'
import { useForm } from 'slimeform'
import { parse } from 'ultrahtml'