diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/src/services/timeline.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/services/timeline.ts b/FrontEnd/src/services/timeline.ts index cb5b1e32..58dc9be6 100644 --- a/FrontEnd/src/services/timeline.ts +++ b/FrontEnd/src/services/timeline.ts @@ -81,7 +81,7 @@ export function getTimelinePostUpdate$( }); return () => { - connection.off("OnTimelinePostChanged", handler); + connection.off("OnTimelinePostChangedV2", handler); if (connection.state === HubConnectionState.Connected) { void connection |