We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54b0e9 commit 7850448Copy full SHA for 7850448
apps/client/src/code/realtime/client.ts
@@ -391,6 +391,8 @@ export const RealtimeClient = once(
391
392
this._resubscribe('page', pageId, 'permanent-deletion-date');
393
394
+ this._resubscribe('page-backlinks', pageId, 'list');
395
+
396
this._resubscribe('page-snapshots', pageId, 'infos');
397
}
398
0 commit comments