Add way to track posthog user properties and send numSpaces (#7716)

This commit is contained in:
Michael Telatynski
2022-02-09 09:21:56 +00:00
committed by GitHub
parent c01d46d7ff
commit 91ccbe4395
8 changed files with 43 additions and 22 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class LifecycleStore extends Store<ActionPayload> {
deferredAction: null,
});
break;
case 'sync_state': {
case 'MatrixActions.sync': {
if (payload.state !== 'PREPARED') {
break;
}