mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
- fixes #1545 - Multiple messages can have the same thread_ts if the message reply is a "thread_broadcast" subtype (the user selected "also send to #channel") - Use get_or_create on when creating threads and skip broadcasted messages when processing threads to avoid double counting.