Progress
This commit is contained in:
@@ -176,7 +176,7 @@ const insertEmoji = (state, position, emojiData, needsSpace) => {
|
||||
};
|
||||
|
||||
const privacyPreference = (a, b) => {
|
||||
const order = ['public', 'unlisted', 'private', 'direct'];
|
||||
const order = ['public', 'unlisted', 'private'];
|
||||
return order[Math.max(order.indexOf(a), order.indexOf(b), 0)];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user