1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Room mention case insensitive by default

This commit is contained in:
James Booth 2016-04-07 01:37:04 +01:00
parent bdb1287a4f
commit 2ba121aef3

View File

@ -1494,7 +1494,6 @@ _get_default_boolean(preference_t pref)
case PREF_ROSTER_ROOMS:
case PREF_TLS_SHOW:
case PREF_LASTACTIVITY:
case PREF_NOTIFY_MENTION_CASE_SENSITIVE:
case PREF_NOTIFY_MENTION_WHOLE_WORD:
return TRUE;
default: