Update all non-major dependencies (#11329)
* Update all non-major dependencies * Add isLocation to ComposerEvent analytics events * Remove cypress-each as it is incompatible with modern typescript * Roll back eslint-plugin-deprecate * Remove stale comment --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andy Balaam <andy.balaam@matrix.org> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d405160080
commit
5405c22db1
8 changed files with 382 additions and 273 deletions
|
@ -308,6 +308,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
|
|||
PosthogAnalytics.instance.trackEvent<ComposerEvent>({
|
||||
eventName: "Composer",
|
||||
isEditing: true,
|
||||
isLocation: false,
|
||||
inThread: !!editedEvent?.getThread(),
|
||||
isReply: !!editedEvent.replyEventId,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue