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 ef98d1e commit f016b66Copy full SHA for f016b66
connect/connectNotificationServer.js
@@ -75,7 +75,7 @@ const getNotificationsForMentionedUser = (eventConfig, content) => {
75
const handle = matches[1].toString();
76
notifications.push({
77
userHandle: handle,
78
- newType: BUS_API_EVENT.EMAIL.MENTIONED_IN_POST,
+ newType: BUS_API_EVENT.CONNECT.MENTIONED_IN_POST,
79
contents: {
80
toUserHandle: true,
81
},
0 commit comments