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

Fixing /joinSpace and /addToSpace commands #6941

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

ouchadam
Copy link
Contributor

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

Fixes the join and add to space commands not working due to expecting only 1 message part, the command itself. This was incorrect as we need to pass the id/alias to the command

  • Updates the unit tests

Motivation and context

Fixes #6844

Screenshots / GIFs

Before After
before-add-to-space after-add-to-space

Tests

  • In a room, use the /addToSpace ${space id} command
  • Notice an error popup

Tested devices

  • Physical
  • Emulator
  • OS version(s): 28

@ouchadam ouchadam added the PR-Small PR with less than 20 updated lines label Aug 25, 2022
@ouchadam ouchadam requested review from a team and ericdecanini and removed request for a team August 25, 2022 14:48
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

75.0% 75.0% Coverage
0.0% 0.0% Duplication

@ouchadam ouchadam merged commit fdc2e1c into develop Aug 26, 2022
@ouchadam ouchadam deleted the feature/adm/invalid-space-command-parsing branch August 26, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Small PR with less than 20 updated lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

addToSpace slash command not working
2 participants