Add isLocation to ComposerEvent analytics events (#11187)
This commit is contained in:
parent
90b572f074
commit
54ffce9d20
3 changed files with 4 additions and 0 deletions
|
@ -447,6 +447,7 @@ export class SendMessageComposer extends React.Component<ISendMessageComposerPro
|
|||
const posthogEvent: ComposerEvent = {
|
||||
eventName: "Composer",
|
||||
isEditing: false,
|
||||
isLocation: false,
|
||||
isReply: !!this.props.replyToEvent,
|
||||
inThread: this.props.relation?.rel_type === THREAD_RELATION_TYPE.name,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue