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

Added status and type to Membership. JS Chat release. #156

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

marcin-cebo
Copy link
Contributor

@marcin-cebo marcin-cebo commented Jan 7, 2025

feat: Added status and type to Membership.

@@ -333,7 +333,7 @@ class ChannelIntegrationTest : BaseChatIntegrationTest() {
fun shouldReturnUserSuggestions_whenNoDataInCacheButUserAvailableInChat() = runTest {
// given
val userName = "userName_${someUser.id}"
val user: User = chat.createUser(id = someUser.id, name = userName).await()
val user = chat.createUser(id = someUser.id, name = userName).await()
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of making random changes to source code just edit the RELEASE file that I put in the root project directory, for example:

echo `date` > RELEASE

@marcin-cebo
Copy link
Contributor Author

@pubnub-release-bot release js as 0.10.0

@marcin-cebo marcin-cebo merged commit 0dd7894 into master Jan 8, 2025
2 checks passed
@marcin-cebo marcin-cebo deleted the mc/jsRelease_statusAndTypeInMembership branch January 8, 2025 10:45
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

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