mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #447
This commit is contained in:
@ -133,8 +133,11 @@ const instancesMigration = {
|
||||
11: (state: { instances: InstanceV10[] }): { instances: InstanceV11[] } => {
|
||||
return {
|
||||
instances: state.instances.map(instance => {
|
||||
delete instance.timelinesLookback
|
||||
|
||||
return {
|
||||
...instance,
|
||||
followingPage: { showBoosts: true, showReplies: true },
|
||||
mePage: { ...instance.mePage, followedTags: { shown: false } },
|
||||
notifications_filter: {
|
||||
...instance.notifications_filter,
|
||||
|
Reference in New Issue
Block a user