Skip to content

fix retraction count

Alexander Pace requested to merge public-table-fix into master

superevents with multiple retraction voevents (S230715bw) were being counted multiple times in the retraction count.

the distinct() shouldn't add that much overhead since we're dealing with like O(10's) of results in the query.

Merge request reports