mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-22 23:28:48 +00:00
Ready to implement comments
This commit is contained in:
@@ -105,7 +105,8 @@ export class PostsController {
|
||||
// Determine user access level
|
||||
user_access: ACCESS_LEVELS_API[await PostsHelper.GetAccessLevel(h.optionnalUserID, p)],
|
||||
|
||||
// TODO : add comments
|
||||
// Load comments (if possible)
|
||||
comments: await PostsHelper.AllowCommentsOnPost(p) ? "to come" : null,
|
||||
};
|
||||
|
||||
return data;
|
||||
|
Reference in New Issue
Block a user