Skip to content

Commit 4227886

Browse files
author
Shrey Patel
committed
fixup! Merge pull request #5569 from matrix-org/dragonfly1033/split_media_db_2
1 parent bec1d07 commit 4227886

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/matrix-sdk-base/src/media/store/memory_store.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ use std::{
1616
collections::HashMap,
1717
num::NonZeroUsize,
1818
sync::{Arc, RwLock as StdRwLock},
19-
time::SystemTime,
2019
};
2120

2221
use async_trait::async_trait;
2322
use matrix_sdk_common::{
2423
ring_buffer::RingBuffer, store_locks::memory_store_helper::try_take_leased_lock,
2524
};
26-
use ruma::{MxcUri, OwnedMxcUri, time::Instant};
25+
use ruma::{
26+
MxcUri, OwnedMxcUri,
27+
time::{Instant, SystemTime},
28+
};
2729

2830
use super::Result;
2931
use crate::media::{

0 commit comments

Comments
 (0)