Skip to content

Commit 0782c7c

Browse files
committed
update bus api events
1 parent 17a8bb8 commit 0782c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/events/busApi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ module.exports = (app, logger) => {
252252
projectUrl: connectProjectUrl(projectId),
253253
fileName: attachment.filePath.replace(/^.*[\\\/]/, ''), // eslint-disable-line
254254
fileUrl: connectProjectAttachmentUrl(projectId, attachment.id),
255+
allowedUsers: attachment.allowedUsers,
255256
userId: req.authUser.userId,
256257
initiatorUserId: req.authUser.userId,
257258
}, logger);

0 commit comments

Comments
 (0)