diff --git a/src/common/hook/useStreaming/index.js b/src/common/hook/useStreaming/index.js index 55102f1c..fb465efd 100644 --- a/src/common/hook/useStreaming/index.js +++ b/src/common/hook/useStreaming/index.js @@ -50,7 +50,8 @@ export default function useStreaming() { const controller = new AbortController(); setStatus(StreamStatus.initializing); const { - authData: { token, afterMid, usersVersion }, + authData: { token }, + footprint: { afterMid, usersVersion }, } = store; fetchEventSource( `${BASE_URL}/user/events?${getQueryString({