diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-29 05:23:01 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-29 05:32:47 +0100 |
commit | 39dc6c65ef7a95412a985a3edce019914af12df8 (patch) | |
tree | 27262f0020b28d00621a8f7bc9648a8778bc1899 /changelog.d/chat-attachment-empty-array.fix | |
parent | 47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff) | |
download | pleroma-39dc6c65ef7a95412a985a3edce019914af12df8.tar.gz pleroma-39dc6c65ef7a95412a985a3edce019914af12df8.zip |
ChatMessage: Tolerate attachment field set to an empty array
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3224
Diffstat (limited to 'changelog.d/chat-attachment-empty-array.fix')
-rw-r--r-- | changelog.d/chat-attachment-empty-array.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/chat-attachment-empty-array.fix b/changelog.d/chat-attachment-empty-array.fix new file mode 100644 index 000000000..7d98c9dd2 --- /dev/null +++ b/changelog.d/chat-attachment-empty-array.fix @@ -0,0 +1 @@ +ChatMessage: Tolerate attachment field set to an empty array |