Skip to content

Commit 7850448

Browse files
committed
fix(realtime): add missing resubscription
1 parent c54b0e9 commit 7850448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/client/src/code/realtime/client.ts

+2
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ export const RealtimeClient = once(
391391

392392
this._resubscribe('page', pageId, 'permanent-deletion-date');
393393

394+
this._resubscribe('page-backlinks', pageId, 'list');
395+
394396
this._resubscribe('page-snapshots', pageId, 'infos');
395397
}
396398
}

0 commit comments

Comments
 (0)