We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a8bb8 commit 0782c7cCopy full SHA for 0782c7c
src/events/busApi.js
@@ -252,6 +252,7 @@ module.exports = (app, logger) => {
252
projectUrl: connectProjectUrl(projectId),
253
fileName: attachment.filePath.replace(/^.*[\\\/]/, ''), // eslint-disable-line
254
fileUrl: connectProjectAttachmentUrl(projectId, attachment.id),
255
+ allowedUsers: attachment.allowedUsers,
256
userId: req.authUser.userId,
257
initiatorUserId: req.authUser.userId,
258
}, logger);
0 commit comments