Skip to content

Commit

Permalink
Fix messaging sharing inconsitency
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Jun 8, 2024
1 parent 9ebf7a6 commit e4a4499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class MessageFindManyPreQueryHook implements WorkspacePreQueryHook {
(channel) => channel.visibility,
);

if (messageChannelsGroupByVisibility.share_everything) {
if (messageChannelsGroupByVisibility.SHARE_EVERYTHING) {
return;
}

Expand Down

0 comments on commit e4a4499

Please sign in to comment.