fix: Update hashtags when (un)following a hashtag (#35101)
This commit is contained in:
parent
d28a4428b5
commit
b9b1500fc5
6 changed files with 107 additions and 65 deletions
|
|
@ -36,6 +36,7 @@ import settings from './settings';
|
|||
import status_lists from './status_lists';
|
||||
import statuses from './statuses';
|
||||
import { suggestionsReducer } from './suggestions';
|
||||
import { followedTagsReducer } from './tags';
|
||||
import timelines from './timelines';
|
||||
import trends from './trends';
|
||||
import user_lists from './user_lists';
|
||||
|
|
@ -67,6 +68,7 @@ const reducers = {
|
|||
height_cache,
|
||||
custom_emojis,
|
||||
lists: listsReducer,
|
||||
followedTags: followedTagsReducer,
|
||||
filters,
|
||||
conversations,
|
||||
suggestions: suggestionsReducer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue