mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
Fix messaging sharing inconsitency
This commit is contained in:
parent
9ebf7a61ab
commit
e4a4499b79
@ -78,7 +78,7 @@ export class MessageFindManyPreQueryHook implements WorkspacePreQueryHook {
|
||||
(channel) => channel.visibility,
|
||||
);
|
||||
|
||||
if (messageChannelsGroupByVisibility.share_everything) {
|
||||
if (messageChannelsGroupByVisibility.SHARE_EVERYTHING) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user