Video records API
This commit is contained in:
@@ -40,8 +40,9 @@ let Feed = ({ navigation, route }) => {
|
||||
return navigation.navigate('Profile', { profileid: route.params.profileid })
|
||||
}
|
||||
API.getMe().then((me) => {
|
||||
if (subscribed)
|
||||
if (subscribed){
|
||||
GlobalState.me = me;
|
||||
}
|
||||
});
|
||||
console.log("Feed from cache")
|
||||
let cacheFeed = await getFeed() || [];
|
||||
|
||||
Reference in New Issue
Block a user