Commit Graph

3 Commits

Author SHA1 Message Date
Brian Perrett
a08c01617a Add management command to run all necessary tasks after a release. (#1562) 2024-12-20 13:01:33 -08:00
Brian Perrett
c89aa36532 Fix creation of multiple Threads (#1552)
- 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.
2024-12-12 13:59:08 -08:00
Gavin Wahl
9bf82a3c5c Download slack activity (#1395) 2024-11-14 09:41:35 -05:00