diff options
author | lain <lain@soykaf.club> | 2023-12-29 08:12:27 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-12-29 08:12:27 +0000 |
commit | a6fc97ffecc7c48d46354c28af2275bafe4b7301 (patch) | |
tree | 701df434abee9a50839f4deb3eb046daa7b505d1 /changelog.d/chat-attachment-empty-array.fix | |
parent | 3954dfd4f1881845a60f117a86ef96f3997c6c3c (diff) | |
parent | 39dc6c65ef7a95412a985a3edce019914af12df8 (diff) | |
download | pleroma-a6fc97ffecc7c48d46354c28af2275bafe4b7301.tar.gz pleroma-a6fc97ffecc7c48d46354c28af2275bafe4b7301.zip |
Merge branch 'bugfix/chat-attachment-empty-array' into 'develop'
ChatMessage: Tolerate attachment field set to an empty array
Closes #3224
See merge request pleroma/pleroma!4020
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 |