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

WIP: Fix member count inaccurate in Guilds and Parties #15314

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 6, 2024

  1. feat(groups): update memberCount on successful user removal

    - This commit adds functionality to update the `memberCount` property of a group when a
    member is successfully removed from the group. 
    - It also includes error handling for
    scenarios where the user or group save operations fail, ensuring the `memberCount` is
    not updated in those cases. 
    - Additionally, a transaction-based approach is
    implemented to roll back the `memberCount` update if the overall transaction fails.
    Zamoca42 authored and gitbutler-client committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7b22223 View commit details
    Browse the repository at this point in the history