This commit is contained in:
Henry Jameson 2026-06-24 19:41:28 +03:00
commit e7e615565c
5 changed files with 5 additions and 17 deletions

View file

@ -8,9 +8,7 @@ import { useInterfaceStore } from 'src/stores/interface.js'
import { useOAuthStore } from 'src/stores/oauth.js'
import { useShoutStore } from 'src/stores/shout.js'
import {
fetchTimeline,
} from 'src/api/public.js'
import { fetchTimeline } from 'src/api/public.js'
import {
getMastodonSocketURI,
ProcessedWS,
@ -99,7 +97,6 @@ const api = {
const { state, commit, dispatch, rootState } = store
const timelineData = rootState.statuses.timelines.friends
const serv = useInstanceStore().server.replace('http', 'ws')
const credentials = useOAuthStore().token
const url = getMastodonSocketURI({ credentials })