1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Enable popular features by default

Most clients have them enabled by default already for a smoother modern XMPP experience.

Enable by default: allowing message corrections, sending of read
receipts, enabling carbons, typing/chat states.
This commit is contained in:
Michael Vetter 2020-03-17 09:13:57 +01:00
parent d570546d7d
commit ed97e3730a

View File

@ -2101,6 +2101,11 @@ _get_default_boolean(preference_t pref)
case PREF_ROOM_LIST_CACHE:
case PREF_STATUSBAR_SHOW_NUMBER:
case PREF_REVEAL_OS:
case PREF_CORRECTION_ALLOW:
case PREF_RECEIPTS_SEND:
case PREF_CARBONS:
case PREF_STATES:
case PREF_OUTTYPE:
return TRUE;
default:
return FALSE;