Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-05-18 | [bugfix] Clean up boosts of status when the status itself is deleted (#579) | 1 | ||
* move status wiping logic to fromcommon.go * delete reblogs of status when a status is deleted * add admin boost of zork to test model * update tests to make them more determinate * Merge branch 'main' into status_reblog_cleanup * move status wiping logic to fromcommon.go * delete reblogs of status when a status is deleted * add admin boost of zork to test model * update tests to make them more determinate * Merge branch 'main' into status_reblog_cleanup * test status delete via client api * go fmt | ||||
2021-12-20 | Extend license notices to 2022 (#354) | 1 | ||
2021-11-22 | Fix streamed messages ending up in wrong timeline(s) (#325) | 1 | ||
* define timeline consts * remove double stream of status * change test stream creation up a bit * stream messages more selectively * add test for streaming new status creation via clientAPI * tidy code + comments a bit * tidy up tests * make sure new status isn't streamed to public |