FIX: Add ownerId to new comments. ownerId is now added to new comments. Everything worked correctly before the way I was using and manipulating comments, but when I implemented the unapproved comments with the dashboard, I was filtering by ownerId on each comment rather than by threadId, and they didn't show up because they were all set to null.
1 files changed, 2 insertions(+), 0 deletions(-) M Controllers/CommentsController.cs
M Controllers/CommentsController.cs => Controllers/CommentsController.cs +2-0