Skip to content

Do not filter out emails with thread_order None.

Abhilash Raj requested to merge maxking/hyperkitty:allow-non-order into master

For some reason, when the compute_thread_order_and_depth job fails, it causes the emails to be not shown in UI using AJAX if the thread_order field is None.

This patch set a default order of 1 on the emails which have thread_order set to None.

Fixes #151 (closed)

Merge request reports