Fixed edge cases with leaving a direct channel while viewing that channel

Этот коммит содержится в:
hmhealey
2015-10-07 11:34:29 -04:00
родитель ed6b2cd164
Коммит 097d236f43
4 изменённых файлов: 11 добавлений и 21 удалений

Просмотреть файл

@@ -1159,6 +1159,7 @@ export function setPreferences(preferences, success, error) {
$.ajax({
url: '/api/v1/preferences/set',
dataType: 'json',
contentType: 'application/json',
type: 'POST',
data: JSON.stringify(preferences),
success,