mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Push add more types
This commit is contained in:
@ -110,6 +110,20 @@ const instancesMigration = {
|
||||
...instance.notifications_filter,
|
||||
status: true,
|
||||
update: true
|
||||
},
|
||||
push: {
|
||||
...instance.push,
|
||||
alerts: {
|
||||
...instance.push.alerts,
|
||||
follow_request: {
|
||||
loading: false,
|
||||
value: true
|
||||
},
|
||||
status: {
|
||||
loading: false,
|
||||
value: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user