Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed feed issue #366

Merged
merged 3 commits into from
Dec 14, 2024
Merged

Conversation

akintewe
Copy link
Contributor

No description provided.

@@ -86,6 +85,18 @@ export const Feed: React.FC<FeedScreenProps> = ({navigation}) => {
}
}, [activeSortBy]);

useEffect(() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this after your test please

// authors: activeSortBy && contacts?.data?.?? [],
// sortBy: activeSortBy,
limit: 50,
authors: publicKey ? [publicKey] : undefined,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want all notes in the Main feed, not only our notes when we are connected

const {publicKey} = useAuth();
return (
<RootStack.Navigator screenOptions={{headerShown: false}}>
{/* {publicKey ? (
{publicKey ? (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this. We don't want to force the Auth

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redo the comment as is before, it's another thing

@akintewe akintewe requested a review from MSghais December 14, 2024 18:29
const {publicKey} = useAuth();
return (
<RootStack.Navigator screenOptions={{headerShown: false}}>
{/* {publicKey ? (
{publicKey ? (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redo the comment as is before, it's another thing

@MSghais MSghais merged commit 63c3f5d into AFK-AlignedFamKernel:main Dec 14, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants