Merge pull request #1263 from paulfariello/fix/segfault-occupants-color

Add default pref for PREF_COLOR_NICK
This commit is contained in:
Michael Vetter
2020-02-06 10:46:46 +01:00
committed by GitHub

View File

@@ -2137,6 +2137,8 @@ _get_default_string(preference_t pref)
return "redact";
case PREF_OMEMO_POLICY:
return "automatic";
case PREF_COLOR_NICK:
return "off";
default:
return NULL;
}