Преглед на файлове

Fix crash when clearing uninitialized timeline (#9662)

master
ThibG преди 5 години
committed by Eugen Rochko
родител
ревизия
e74c99edf5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      app/javascript/mastodon/reducers/timelines.js

+ 1
- 1
app/javascript/mastodon/reducers/timelines.js Целия файл

@@ -88,7 +88,7 @@ const deleteStatus = (state, id, accountId, references) => {
};

const clearTimeline = (state, timeline) => {
return state.updateIn([timeline, 'items'], list => list.clear());
return state.set(timeline, initialTimeline);
};

const filterTimelines = (state, relationship, statuses) => {


Зареждане…
Отказ
Запис