lint
This commit is contained in:
parent
bd06c8801a
commit
913fa38050
1 changed files with 4 additions and 1 deletions
|
|
@ -798,7 +798,10 @@ const users = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (useMergedConfigStore().mergedConfig.useStreamingApi) {
|
if (useMergedConfigStore().mergedConfig.useStreamingApi) {
|
||||||
dispatch('fetchTimeline', { timeline: 'friends', sinceId: null })
|
dispatch('fetchTimeline', {
|
||||||
|
timeline: 'friends',
|
||||||
|
sinceId: null,
|
||||||
|
})
|
||||||
dispatch('fetchNotifications', { sinceId: null })
|
dispatch('fetchNotifications', { sinceId: null })
|
||||||
dispatch('enableMastoSockets', true)
|
dispatch('enableMastoSockets', true)
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue