Skip to content

Bugfix : files sent were not considered as file when reading database.

Julien Wadel requested to merge cherry-pick-4ffe1db8 into master

For example, a file that was sent with "plain/text" wasn't lead to create a FileContent when downloaded and stored in database.

  • Replace the test on content-type to a test on existance on chat_message_file_content

(cherry picked from commit 4ffe1db8)

Merge request reports