From 81123c0061a724573bb1e873557dedf6723fbbf8 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 12 Sep 2024 11:37:48 +0200 Subject: [PATCH] Pin block key --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 029a15f74..648a99daa 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -252,7 +252,7 @@ define([ list.push(userChannel); if (store.data && store.data.blockId) { - //list.push(`${store.data.blockId}#block`); // NEXT 5.7.0? + list.push(`${store.data.blockId}#block`); } list.sort();