Add conversation and direct message

This commit is contained in:
2025-05-06 23:44:26 +02:00
parent 498024fc10
commit 67b0fd2c52
11 changed files with 6888 additions and 2 deletions
@@ -0,0 +1,7 @@
/**
* conversation service
*/
import { factories } from '@strapi/strapi';
export default factories.createCoreService('api::conversation.conversation');