File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
crates/matrix-sdk-indexeddb/src/event_cache_store/serializer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -953,10 +953,12 @@ pub struct IndexedMedia {
953
953
/// The size (in bytes) of the media content and whether to ignore the
954
954
/// [`MediaRetentionPolicy`]
955
955
pub content_size : IndexedMediaContentSizeKey ,
956
+ /// The last time the media was accessed and whether to ignore the
957
+ /// [`MediaRetentionPolicy`]
958
+ pub last_access : IndexedMediaLastAccessKey ,
956
959
/// The (possibly) encrypted metadata - i.e., [`MediaMetadata`][1]
957
960
///
958
961
/// [1]: crate::event_cache_store::types::MediaMetadata
959
- pub last_access : IndexedMediaLastAccessKey ,
960
962
pub metadata : IndexedMediaMetadata ,
961
963
/// The (possibly) encrypted content - i.e., [`Media::content`]
962
964
pub content : IndexedMediaContent ,
You can’t perform that action at this time.
0 commit comments