Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version to 1.0.25 #31

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Updated version to 1.0.25 #31

merged 1 commit into from
Jul 15, 2024

Conversation

jerry-jeon
Copy link
Contributor

  • Incorrectly required fields in PUT /open_channels/{channel_url}
    • Made all options except channel_url as optional
  • Required fields in PUT /users/{user_id}
    • Made nickname and profile_url optional
  • GET /group_channels/{channel_url}/messages/unread_count
    • Added support for multiple user_ids in the query parameters.
  • Removed the redundant property isFrozen in GroupChannel, Open Channel
    • Use freeze instead.
  • DELETE /users/{user_id}/push/{token_type}/{token}
    • Fixed the incorrect response type: token is now a string, not an array of strings.
  • GET /{channel_type}/{channel_url}/messages
    • Fixed the issue with og:image missing the "type" field

@hello-mansoo hello-mansoo self-requested a review July 15, 2024 12:21
Copy link
Member

@hello-mansoo hello-mansoo left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jerry-jeon jerry-jeon merged commit 9563d9a into main Jul 15, 2024
1 check passed
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.

2 participants