Fix messaging sharing inconsitency
This commit is contained in:
@ -78,7 +78,7 @@ export class MessageFindManyPreQueryHook implements WorkspacePreQueryHook {
|
|||||||
(channel) => channel.visibility,
|
(channel) => channel.visibility,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (messageChannelsGroupByVisibility.share_everything) {
|
if (messageChannelsGroupByVisibility.SHARE_EVERYTHING) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user