Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit c78f503

Browse files
Fix double mention Notifications on contributions
1 parent 8c7b0cc commit c78f503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/services/contributions/contributions.hooks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ module.exports = {
225225
thumbnails(thumbs)
226226
],
227227
update: [
228-
createMentionNotifications(),
228+
// createMentionNotifications(),
229229
thumbnails(thumbs)
230230
],
231231
patch: [
232-
createMentionNotifications(),
232+
// createMentionNotifications(),
233233
thumbnails(thumbs)
234234
],
235235
remove: [

0 commit comments

Comments
 (0)