mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-07-12 12:52:48 +00:00
Ready to implement comments
This commit is contained in:
src
@ -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