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

Bugfix: Fix adding members to conversation #167

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

Conversation

julian-wls
Copy link
Contributor

Problem Description

There was an issue that prevented users from adding members to a conversation. Instead of adding the members, an error was shown.

Changes

The cause of this error was a missing conversation id that ensures a match to the correct conversation. The manage_conversations_module has been changed to correctly set the conversationId parameter of the ConversationAddMembersViewModel. This PR fixes #139.
In Conversation AddMemberSettingsE2eTest, the functionality of adding members is tested. However, this bug did not affect the tests as the conversationId is set independently from the module there.

Steps for testing

  • Go to a group
  • Click the settings icon
  • Click Add members
  • Select members, click Add
  • Verify that the members get added correctly

@julian-wls julian-wls self-assigned this Nov 29, 2024
Copy link
Collaborator

@FelberMartin FelberMartin left a comment

Choose a reason for hiding this comment

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

Thanks for fixing that issue!

It would be nice to also include a module initialization test to prevent this from happening again in the future, take login_moduleTest as a reference

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.

[BUG] Error: Add member to chat
2 participants