Auto-expand follow suggestions on web (#3432)
This commit is contained in:
parent
ed5647d434
commit
1150007d37
2 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,10 @@ function toStatsigUser(did: string | undefined) {
|
|||
return {
|
||||
userID,
|
||||
platform: Platform.OS,
|
||||
custom: {
|
||||
// Need to specify here too for gating.
|
||||
platform: Platform.OS,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue