@ -1,4 +1,6 @@
export const reach = (path, data) => {
if (!data) return;
const parts = path.split('.');
let part;
while (part = parts.shift()) {
The note is not visible to the blocked user.