aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-25 19:33:54 +0800
committercrupest <crupest@outlook.com>2022-04-25 19:33:54 +0800
commite71506ca1da6081a6f618228758a67dee8d185e5 (patch)
tree23685ee8a112545c8f92fac7f89a8e649af3f44e /FrontEnd/src
parent46723c0abd2eea3a06baef04ee380dde3e8f91f8 (diff)
downloadtimeline-e71506ca1da6081a6f618228758a67dee8d185e5.tar.gz
timeline-e71506ca1da6081a6f618228758a67dee8d185e5.tar.bz2
timeline-e71506ca1da6081a6f618228758a67dee8d185e5.zip
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r--FrontEnd/src/services/timeline.ts2
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