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

fix: Direct message notification #29578

Merged
merged 2 commits into from
Jun 19, 2023
Merged

fix: Direct message notification #29578

merged 2 commits into from
Jun 19, 2023

Conversation

ggazzo
Copy link
Member

@ggazzo ggazzo commented Jun 19, 2023

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@changeset-bot
Copy link

changeset-bot bot commented Jun 19, 2023

🦋 Changeset detected

Latest commit: b883e44

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/api-client Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-contexts Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/ddp-client Patch
@rocket.chat/fuselage-ui-kit Patch
@rocket.chat/models Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/instance-status Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ggazzo ggazzo force-pushed the fix/multi-dm-notification branch from 4c1f1a5 to 0c5bf7d Compare June 19, 2023 15:27
@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #29578 (b883e44) into develop (71e82d1) will increase coverage by 6.92%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #29578      +/-   ##
===========================================
+ Coverage    39.46%   46.38%   +6.92%     
===========================================
  Files          671      700      +29     
  Lines        12703    13043     +340     
  Branches      2174     2235      +61     
===========================================
+ Hits          5013     6050    +1037     
+ Misses        7394     6665     -729     
- Partials       296      328      +32     
Flag Coverage Δ
e2e 46.35% <ø> (+6.90%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@ggazzo ggazzo marked this pull request as ready for review June 19, 2023 16:43
@ggazzo ggazzo requested a review from a team as a code owner June 19, 2023 16:43
@@ -110,4 +109,4 @@ roomCoordinator.add(DirectMessageRoomType, {
includeInDashboard() {
return true;
},
} as AtLeast<IRoomTypeServerDirectives, 'isGroupChat' | 'roomName'>);
} satisfies AtLeast<IRoomTypeServerDirectives, 'isGroupChat' | 'roomName'>);
Copy link
Contributor

Choose a reason for hiding this comment

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

😏

@ggazzo ggazzo merged commit f65781d into develop Jun 19, 2023
@ggazzo ggazzo deleted the fix/multi-dm-notification branch June 19, 2023 17:48
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.

2 participants