Fix new DMs not showing up in the sidebar (#4374)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
4887c9228c
Коммит
d67a2e1f0c
@@ -360,14 +360,14 @@ export function emitClearSuggestions(suggestionId) {
|
||||
}
|
||||
|
||||
export function emitPreferenceChangedEvent(preference) {
|
||||
if (preference.category === Constants.Preferences.CATEGORY_DIRECT_CHANNEL_SHOW) {
|
||||
loadProfilesAndTeamMembersForDMSidebar();
|
||||
}
|
||||
|
||||
AppDispatcher.handleServerAction({
|
||||
type: Constants.ActionTypes.RECEIVED_PREFERENCE,
|
||||
preference
|
||||
});
|
||||
|
||||
if (preference.category === Constants.Preferences.CATEGORY_DIRECT_CHANNEL_SHOW) {
|
||||
loadProfilesAndTeamMembersForDMSidebar();
|
||||
}
|
||||
}
|
||||
|
||||
export function emitRemovePost(post) {
|
||||
|
||||
Ссылка в новой задаче
Block a user