VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
407 stars 63 forks source link

Adds missing fields from Comments schema #89

Closed PritamSangani closed 2 years ago

PritamSangani commented 2 years ago

Ticket

Fixes https://github.com/VirtusLab/strapi-plugin-comments/issues/85

Summary

What does this PR do/solve?

Adds created_at, created_by, updated_at and updated_by fields to base Comments schema so they are available to query when fetching comments

Test Plan