@@ -102,6 +102,7 @@ const MainNavigation = ({ route }) => {
registerForPushNotificationsAsync().then(async (token) => {
let isLoggedIn = await API.isLoggedIn();
if (!isLoggedIn) return false;
if (!token) return false;
API.registerToken(token);
return setExpoPushToken(token);
});
The note is not visible to the blocked user.