This commit is contained in:
Henry Jameson 2026-06-16 23:15:13 +03:00
commit 913fa38050

View file

@ -798,7 +798,10 @@ const users = {
}
if (useMergedConfigStore().mergedConfig.useStreamingApi) {
dispatch('fetchTimeline', { timeline: 'friends', sinceId: null })
dispatch('fetchTimeline', {
timeline: 'friends',
sinceId: null,
})
dispatch('fetchNotifications', { sinceId: null })
dispatch('enableMastoSockets', true)
.catch((error) => {