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-24 01:59:18 +01:00
parent b6045e5121
commit e27bf7407b
10 changed files with 249 additions and 366 deletions

View File

@ -273,8 +273,8 @@ export type MutationVarsTimelineUpdateStatusProperty = {
| {
property: 'bookmarked' | 'muted' | 'pinned'
currentValue: boolean
propertyCount: undefined
countValue: undefined
propertyCount?: undefined
countValue?: undefined
}
| {
property: 'favourited'