Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'attachments' key exception on thread message modify #471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

datashaman
Copy link

@datashaman datashaman commented Aug 25, 2024

What:

  • 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

@datashaman datashaman changed the title Fix 'attachments' key exception on message modify Fix 'attachments' key exception on thread message modify Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Modify thread message throws 'attachments' key exception
1 participant