feat: Notify when updating comment (not just commenting)
This commit is contained in:
parent
0763ce13c9
commit
732f77f141
3 changed files with 12 additions and 3 deletions
|
|
@ -77,6 +77,7 @@ impl From<FjIssue> for Note {
|
|||
.comment
|
||||
.map(|c| c.html_url)
|
||||
.unwrap_or(other.issue.html_url),
|
||||
is_update: other.action == FjIssueAction::Edited,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue