This commit is contained in:
2026-03-10 23:48:39 +00:00
parent a2faff2853
commit 592521026a
2 changed files with 17 additions and 2 deletions
+11
View File
@@ -1,4 +1,13 @@
# Changelog
## [2.1.1] - 2026-03-10
### Fixed
- Prevented AttributeError in modqueue watcher and tag_post_watcher by checking for 'link_flair_text' only on Submission objects. This avoids errors when processing Comment objects.
### Changed
- Updated logic in modqueue watcher and tag_post_watcher to safely handle both Submission and Comment objects.
## [2.1.0] - 2026-03-10
### Changed
@@ -15,6 +24,8 @@
- Added modqueue_watcher thread for independent modqueue processing.
- Added debug print statements for modqueue post attributes and loop entry.
---
## [V2 release]