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

Wrong initialization of cached groups in Group service #330

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

0xjei
Copy link
Collaborator

@0xjei 0xjei commented Nov 9, 2023

Description

See #303

Related Issue

See #303

Does this introduce a breaking change?

  • Yes
  • No

We are making a small alteration to the GroupService initialization process. Previously, we erroneously performed the cachedGroups initialization in the constructor. We have now introduced a dedicated method, initialize(), which must be called immediately after creating the GroupService object.

Other information

@0xjei 0xjei requested a review from vplasencia November 9, 2023 15:28
@0xjei 0xjei self-assigned this Nov 9, 2023
@0xjei 0xjei linked an issue Nov 9, 2023 that may be closed by this pull request
@0xjei 0xjei added the bug 🐛 Something isn't working label Nov 9, 2023
@vplasencia vplasencia merged commit e9bd9da into dev Nov 9, 2023
2 checks passed
vplasencia added a commit that referenced this pull request Nov 10, 2023
…/cached-groups"

This reverts commit e9bd9da, reversing
changes made to 2e36b6d.
@vplasencia vplasencia deleted the fix/cached-groups branch November 10, 2023 08:55
vplasencia added a commit that referenced this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API does not work properly when merging into main.
2 participants