1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-10 20:19:18 +01:00
parent 357c4039cb
commit bdbacf579e
15 changed files with 193 additions and 108 deletions

View File

@ -135,6 +135,7 @@ const instancesMigration = {
instances: state.instances.map(instance => {
return {
...instance,
mePage: { ...instance.mePage, followedTags: { shown: false } },
push: {
...instance.push,
global: instance.push.global.value,