What does the "Moderation" button visibliablity have relation to? The thread's acl or the user's role?
When I debug on my own PC, logged in as a superuser, this button shows.
But on my deployed site, sometimes the button shows up, but no sub list in this button.
When I debug I find out the rendered HTML has no this button, but the HTML has the acl information with the permission, like "can_pin_threads" .
But I don't actually have experience with React.js.
So can you give me any advise to solve the problem on my deployed site. Thanks.