Skip to content

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

Julien Wadel requested to merge fix/content_type_transfered_files_master into master

Bugfix : files sent were not considered as file when reading database. 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

liblinphone!773 (merged)

Edited by Julien Wadel

Merge request reports