feat: reader for comment and like action (#2122)
* init Signed-off-by: Innei <i@innei.in> * update Signed-off-by: Innei <i@innei.in> * feat: reader like activity Signed-off-by: Innei <i@innei.in> * feat: add comment Signed-off-by: Innei <i@innei.in> * feat: comment reader Signed-off-by: Innei <i@innei.in> --------- Signed-off-by: Innei <i@innei.in>
This commit is contained in:
@@ -72,10 +72,10 @@ export const allControllerNames = [
|
||||
] as const
|
||||
|
||||
export {
|
||||
AIController,
|
||||
AckController,
|
||||
ActivityController,
|
||||
AggregateController,
|
||||
AIController,
|
||||
CategoryController,
|
||||
CommentController,
|
||||
LinkController,
|
||||
@@ -83,16 +83,15 @@ export {
|
||||
PageController,
|
||||
PostController,
|
||||
ProjectController,
|
||||
RecentlyController,
|
||||
SayController,
|
||||
SearchController,
|
||||
SnippetController,
|
||||
ServerlessController,
|
||||
SubscribeController,
|
||||
UserController,
|
||||
TopicController,
|
||||
|
||||
// Enum
|
||||
RecentlyAttitudeEnum,
|
||||
RecentlyAttitudeResultEnum,
|
||||
RecentlyController,
|
||||
SayController,
|
||||
SearchController,
|
||||
ServerlessController,
|
||||
SnippetController,
|
||||
SubscribeController,
|
||||
TopicController,
|
||||
UserController,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user