[APP-2067] Rebuild GIF Dialog (#10261)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {type ID as PolicyUpdate202508} from '#/components/PolicyUpdateOverlay/updates/202508/config'
|
||||
import {type Gif} from '#/features/gifPicker/types'
|
||||
import {type Geolocation} from '#/geolocation/types'
|
||||
|
||||
/**
|
||||
@@ -79,4 +80,9 @@ export type Account = {
|
||||
birthdateLastUpdatedAt?: string
|
||||
|
||||
lastSelectedHomeFeed?: string
|
||||
|
||||
/**
|
||||
* Recently selected GIFs in the GIF picker. Most recent first, capped at 20.
|
||||
*/
|
||||
recentGifs?: Gif[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user