feat: Notify when updating comment (not just commenting)

This commit is contained in:
xmppftw xmppftw 2026-06-23 17:29:43 +02:00
commit 732f77f141
3 changed files with 12 additions and 3 deletions

View file

@ -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,
}
}
}