Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
nocobase[bot] committed Dec 23, 2024
2 parents 0a37705 + 4b694ee commit 4f3ca77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/@nocobase/plugin-action-template-print
Submodule plugin-action-template-print added at d4d305
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function defineMyInAppChannels({ app }: { app: Application }) {
SELECT messages.${messagesFieldName.channelName}
FROM ${messagesTableName} AS messages
WHERE messages.${messagesFieldName.status} = '${status}'
AND messages.${messagesFieldName.userId} = ${userId}
)`);
return { name: { [Op.in]: sql } };
};
Expand Down

0 comments on commit 4f3ca77

Please sign in to comment.