1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Bump up packages

This commit is contained in:
Zhiyuan Zheng
2022-02-14 23:43:43 +01:00
parent 06db0580cd
commit fb8bb54989
5 changed files with 104 additions and 82 deletions

View File

@ -106,7 +106,8 @@ const addInstance = createAsyncThunk(
lists: { shown: false },
announcements: { shown: false, unread: 0 }
},
drafts: []
drafts: [],
frequentEmojis: []
}
})
}