Add way to track posthog user properties and send numSpaces (#7716)
This commit is contained in:
@@ -56,7 +56,7 @@ class LifecycleStore extends Store<ActionPayload> {
|
||||
deferredAction: null,
|
||||
});
|
||||
break;
|
||||
case 'sync_state': {
|
||||
case 'MatrixActions.sync': {
|
||||
if (payload.state !== 'PREPARED') {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user