Add new post from other page #853
|
Hi Alex, I want to thank you for this amazing project. I just have one question please, I'm trying to implement a new feature which is adding new posts from a new tab not from the community page's MoreActions, just like the new post tab in reddit, I tried to call presentPostEditor($community_name) but I got the error of community not found, I know I have to do the request to get the community details but I don't know what I need to change to do that. |
Answered by
yussefbens
Oct 29, 2023
Replies: 2 comments 1 reply
|
Hi @yussefbens, if you push your code it will be easier for me (or others) to check. btw I'm converting this to a discussion :) |
0 replies
|
for anyone who search for a solution, just add |
1 reply
Answer selected by
yussefbens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for anyone who search for a solution, just add
dispatch(getCommunity(community_name));to make it work. thank you alex.