revert(conversations): un-revert unread count feature flag removal
This reverts commit 87df43bdd0 from #14623, reapplying the conversation unread count feature flag removal from #14610.
This commit is contained in:
@@ -48,9 +48,6 @@ export const actions = {
|
||||
// Ignore errors so the sidebar can continue rendering without badges.
|
||||
}
|
||||
},
|
||||
clear({ commit }) {
|
||||
commit(types.SET_CONVERSATION_UNREAD_COUNTS, {});
|
||||
},
|
||||
};
|
||||
|
||||
export const mutations = {
|
||||
|
||||
Reference in New Issue
Block a user