fix: Update hashtags when (un)following a hashtag (#35101)

This commit is contained in:
diondiondion 2025-06-23 13:44:59 +02:00 committed by GitHub
commit b9b1500fc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 65 deletions

View file

@ -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,