From 913fa3805095cec60ea7b2fdad17186768d2fab0 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 16 Jun 2026 23:15:13 +0300 Subject: [PATCH] lint --- src/modules/users.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/users.js b/src/modules/users.js index e379f9447..471c19289 100644 --- a/src/modules/users.js +++ b/src/modules/users.js @@ -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) => {