Skip to content

Bugfix : some files with specific content-type were not considered as file when reading database.

Julien Wadel requested to merge fix/content_type_transfered_files into release/4.4

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 chat_message_file_content for the event

Note : isFile() has been marked as "to be removed"

liblinphone!770 (merged)

Edited by Julien Wadel

Merge request reports