diff options
author | crupest <crupest@outlook.com> | 2022-04-25 19:33:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-25 19:33:54 +0800 |
commit | e71506ca1da6081a6f618228758a67dee8d185e5 (patch) | |
tree | 23685ee8a112545c8f92fac7f89a8e649af3f44e /FrontEnd/src/services/timeline.ts | |
parent | 46723c0abd2eea3a06baef04ee380dde3e8f91f8 (diff) | |
download | timeline-e71506ca1da6081a6f618228758a67dee8d185e5.tar.gz timeline-e71506ca1da6081a6f618228758a67dee8d185e5.tar.bz2 timeline-e71506ca1da6081a6f618228758a67dee8d185e5.zip |
...
Diffstat (limited to 'FrontEnd/src/services/timeline.ts')
-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 |