split timelines part into its own file

This commit is contained in:
Henry Jameson 2026-06-25 13:28:05 +03:00
commit 495e6143d4
5 changed files with 202 additions and 195 deletions

View file

@ -8,7 +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/timelines.js'
import {
getMastodonSocketURI,
ProcessedWS,