fix: replace safe dictionary access with direct access and add null check for starField

This commit is contained in:
2025-12-17 18:24:08 +01:00
parent 0e083268c6
commit 48b360bce1
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)