github.com/shurcooL/issuesapp/...

During an edit, newly mentioned people are subscribed but not notified. github.com/shurcooL/issuesapp#23

Opendmitshur opened this issue 8 years ago
dmitshur commented 8 years ago

Edits are not considered significant events that are worth notifying people of an update to a thread.

However, when new people are mentioned (i.e., they have not been subscribed previously), it's probably worth it to create a notification for those people only. People who were previously subscribed should continue to not get notified about edit events, as is now.

/cc @pararthshah

Write Preview Markdown
dmitshur commented 8 years ago ยท edited

This is actually already a TODO comment in the code, see here:

https://github.com/shurcooL/issues/blob/e84bcac62bdf13bda118bd2f843ae3187068af67/fs/fs.go#L661

Write Preview Markdown
to comment.