FEATURE: Add user preference for title counter mode (#7364)

This commit is contained in:
David Taylor
2019-04-12 00:02:18 +01:00
committed by Sam
parent c0c236f36e
commit dc703adad7
12 changed files with 67 additions and 9 deletions

View File

@ -286,7 +286,8 @@ const User = RestModel.extend({
"allow_private_messages",
"homepage_id",
"hide_profile_and_presence",
"text_size"
"text_size",
"title_count_mode"
];
if (fields) {