process: use long-form patchset in webhook

This commit is contained in:
Drew DeVault 2021-01-09 12:02:04 -05:00
parent 63c64724fd
commit 709c2b2d36
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def _import_patch(thread, mail, envelope):
from listssrht.webhooks import ListWebhook
ListWebhook.deliver(ListWebhook.Events.patchset_received,
patchset.to_dict(),
patchset.to_dict(short=False),
ListWebhook.Subscription.list_id == mail.list_id)
db.session.commit()
# TODO: identify patchset that this supersedes, if appropriate