add setting for sending group message as MMS
This commit is contained in:
parent
1b8c841cf6
commit
e04433b346
5 changed files with 31 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ 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 SEND_GROUP_MESSAGE_MMS = "send_group_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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue