Skip to content

Transmit the moderation reason to hold_message()

username-removed-35210 requested to merge abompard/mailman:held-reason into master

The reason attribute of hold_message() was always None. Serialize the moderation reasons list and pass it to the function.

This allows the reason attribute in REST to actually contain the moderation reason. It was always blank before.

Merge request reports