fix: replace safe dict access with direct access and add null check for starField in message-list.js

This commit is contained in:
2025-12-17 17:24:08 +00:00
parent 4b388e890d
commit d0eb7fad17
5 changed files with 16 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
# Changelog
## Version 1.1.0 - 2025-12-17
Fixes potential errors in forum message handling by adding a null check for the star field, preventing crashes when the field is missing. Updates the message list display to handle starred messages more reliably.
**Changes:** 3 files, 10 lines
**Languages:** JavaScript (2 lines), Python (8 lines)