client
client copied to clipboard
Fix 'attachments' key exception on thread message modify
What:
- [X] Bug Fix
- [ ] New Feature
Description:
Modifying a thread message after creation throws an attachments key exception. This uses the null coalescing operator to provide a fallback if the value is missing.
Related:
Resolves #470