0
0
Fork 0

Change dismissed banners to be stored server-side (#27055)

This commit is contained in:
Claire 2023-11-30 12:45:54 +01:00 committed by GitHub
parent ce78a9c9ac
commit 7faa27e17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

View file

@ -100,6 +100,15 @@ const initialState = ImmutableMap({
body: '',
}),
}),
dismissed_banners: ImmutableMap({
'public_timeline': false,
'community_timeline': false,
'home.explore_prompt': false,
'explore/links': false,
'explore/statuses': false,
'explore/tags': false,
}),
});
const defaultColumns = fromJS([