Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Feb 23, 2025
1 parent 21991d0 commit 9813f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Next

## 3.11.3 - 2025-02-21
## 3.11.3 - 2025-02-24

- feat: support quota limiting for feature flags ([#228](https://github.com/PostHog/posthog-android/pull/228))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ internal data class PostHogDecideResponse(
val featureFlagPayloads: Map<String, Any?>?,
// its either a boolean or a map, see https://github.com/PostHog/posthog-js/blob/10fd7f4fa083f997d31a4a4c7be7d311d0a95e74/src/types.ts#L235-L243
val sessionRecording: Any? = false,
val quotaLimited: Array<String>? = null,
val quotaLimited: List<String>? = null,
)

0 comments on commit 9813f99

Please sign in to comment.