Skip to content

Conversation

@groovecoder
Copy link
Member

@groovecoder groovecoder commented Dec 2, 2025

Add a new fetch_profile() method to RelayClient that retrieves the authenticated user's profile from the /api/v1/profiles/ endpoint. This enables mobile clients to determine premium subscription status for feature gating and UI customization.

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes - it only adds the new fetch_profile() method without modifying any existing APIs.
  • Quality: This PR builds and tests run cleanly
  • Tests: This PR includes thorough tests
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
  • Dependencies: This PR follows our dependency management guidelines
    • No new dependencies are added.

@groovecoder groovecoder force-pushed the add-relay-function-to-check-premium-mpp-4493 branch 2 times, most recently from 781a450 to 481404b Compare December 4, 2025 17:58
@groovecoder groovecoder marked this pull request as ready for review December 4, 2025 17:58
…scription status

Add a new fetch_profile() method to RelayClient that retrieves the authenticated
user's profile from the /api/v1/profiles/ endpoint. This enables mobile clients to
determine premium subscription status for feature gating and UI customization.
@groovecoder groovecoder force-pushed the add-relay-function-to-check-premium-mpp-4493 branch from 481404b to 183cb06 Compare December 4, 2025 18:02
Copy link
Contributor

@bendk bendk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhat of a rubber-stamp, but it looks good to me.

@groovecoder groovecoder added this pull request to the merge queue Dec 4, 2025
Merged via the queue into main with commit 24d3b29 Dec 4, 2025
13 checks passed
@groovecoder groovecoder deleted the add-relay-function-to-check-premium-mpp-4493 branch December 4, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants