Skip to content

get_number_of_unread_notifications speedup

Bartek Wrona requested to merge bw_get_notification_number_opt into develop

Eliminated slowdown being result of changing [created_at, author_id] index into [author_id, created_at] which eliminated its use from query used at unread notification count calculation.

Merge request reports

Loading