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. |
Beta Was this translation helpful? Give feedback.
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 :) |
Beta Was this translation helpful? Give feedback.
-
for anyone who search for a solution, just add |
Beta Was this translation helpful? Give feedback.
for anyone who search for a solution, just add
dispatch(getCommunity(community_name));
to make it work. thank you alex.