Draft
Conversation
chore: Release 13/04/2026 [WPB-22420]
chore: Update translations [WPB-22420]
chore(E2E): Updated calling service API client to use 1Password [WPB-24489] (#20905)
chore: Release 27/04/2026 [WPB-22420]
chore: Release 27/04/2026 [WPB-22420]
chore: Update translations
* fixed missing dependency in addParticipants.tsx * removed MLS exclusion for services in addParticipants.tsx * update ServiceEntity.ts to contain category * added service from user mapper * added app list in addParticipants.tsx * consolidated services and apps lists in addParticipants.tsx * added usertype filters in UserSearchableList.tsx * removed unnecessary usertype filters * added IntegrationMapper.test.ts * added skeleton for addParticipants.test.tsx * test: set up mocks for addParticipants to at least render (#21027) * remove something * remove redundant unit test * fixed missing check on conversation protocol * streamlined field assignments in ServiceEntity.ts --------- Co-authored-by: Mark Brockhoff <95471369+markbrockhoff@users.noreply.github.com>
* update ConversationRepository.ts to pick only qualifiedId from userEntites in addUsers * updated ServiceEntity.ts to include isApp check and qualifiedId # Conflicts: # apps/webapp/src/script/repositories/integration/ServiceEntity.ts * updated ServiceListItem.tsx to display apps * updated IntegrationMapper.ts to set qualifiedIds of services * fix Avatar to allow apps to be displayed as services as well * fixed mapping of apps as services in RightSidebar.tsx * review fixes * reintroduce qualifiedId in IntegrationMapper.ts * add type field to ServiceEntity.ts * replaced or with isAppOrServiceEntity
* add fallback to preview image if high res isn't available * implement app details view in add participants screen * display apps as services in conversationDetails.tsx * remove author class in panel-participant-details.less * fix removing apps from conversations * implement adding apps to conversations * add early return instead of nested ifs * made pushing into the services list more functional * remove predicate in groupParticipantService.tsx * add error message in ActionsViewModel.ts * refactored serviceEntity fetching in conversationDetails.tsx * explicit null check
|
This was referenced Apr 23, 2026
0362d84 to
6434823
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Security Checklist (required)
Accessibility (required)
Standards Acknowledgement (required)
Screenshots or demo (if the user interface changed)
Notes for reviewers