Thanks for the quick reply. I tried disabling Webhooks, but no change. But your comment about the users table made me realize that I can download a dump of the database. I did that and the entry in the users table for the new user (after posts were accepted) has:
discussion_count = 1
comment_count = 1
first_post_approval_count = 3
first_discussion_approval_count = 4
I think the lower comment / discussion count from the approval count is when I delete a discussion / comment it reduces the count but not the approval count. But it looks like the incrementing of the approvals is right.
In the settings table
('clarkwinkelmann-first-post-approval.discussionCount','1'),
('clarkwinkelmann-first-post-approval.postCount','1')
So it seems like the database is right and has the information is should to approve new comments / discussions. I didn't see anything else in the database that relates to this plugin. If you have any ideas on how to troubleshoot further, that would be greatly appreciated.
Thanks,