Added an option to send long messages as MMS

This commit is contained in:
Agnieszka C 2022-02-19 14:27:46 +01:00
parent 724d78c336
commit 8fe7af8f83
35 changed files with 73 additions and 11 deletions

View file

@ -16,6 +16,7 @@ const val SHOW_CHARACTER_COUNTER = "show_character_counter"
const val USE_SIMPLE_CHARACTERS = "use_simple_characters"
const val LOCK_SCREEN_VISIBILITY = "lock_screen_visibility"
const val ENABLE_DELIVERY_REPORTS = "enable_delivery_reports"
const val SEND_LONG_MESSAGE_MMS = "send_long_message_mms"
const val MMS_FILE_SIZE_LIMIT = "mms_file_size_limit"
const val PINNED_CONVERSATIONS = "pinned_conversations"
const val LAST_EXPORT_PATH = "last_export_path"