git ssb

16+

Dominic / patchbay



Commit 8afa4ebeecd78d22ab42d64b08eaa0bc8021558c

Add issues/PRs on your repos to notifications

Charles Lehner committed on 8/2/2016, 12:43:11 AM
Parent: 9abd057463439027a5ac4f40d5f7e5f0316deb6c

Files changed

modules/notifications.jschanged
modules/notifications.jsView
@@ -69,8 +69,14 @@
6969 cb(err, isOurs ? msg : null)
7070 })
7171 else return cb()
7272
73+ case 'issue':
74+ case 'pull-request':
75+ return isOurMsg(c.project || c.repo, function (err, isOurs) {
76+ cb(err, isOurs ? msg : null)
77+ })
78+
7379 default:
7480 cb()
7581 }
7682 }, 4)

Built with git-ssb-web