mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
[CORL-1077] Rudderstack Integration (#2987)
* feat: added rudderstack support with events - Added events for - Comment Moderated - Comment Created - Story Created - Comment Reaction Created - User Flagged Comment * fix: added logging to event tracking
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
export interface CommentReplyCreatedInput extends SubscriptionPayload {
|
||||
ancestorIDs: string[];
|
||||
commentID: string;
|
||||
storyID: string;
|
||||
}
|
||||
|
||||
export type CommentReplyCreatedSubscription = SubscriptionType<
|
||||
|
||||
@@ -16,6 +16,7 @@ export interface CommentStatusUpdatedInput extends SubscriptionPayload {
|
||||
moderatorID: string | null;
|
||||
commentID: string;
|
||||
commentRevisionID: string;
|
||||
storyID: string;
|
||||
}
|
||||
|
||||
export type CommentStatusUpdatedSubscription = SubscriptionType<
|
||||
|
||||
Reference in New Issue
Block a user