Skip to content

Commit

Permalink
fixup! base: add a cache to the computed display name
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Jun 6, 2024
1 parent 70cba39 commit 4b843e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/matrix-sdk-base/src/rooms/normal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#[cfg(all(feature = "e2e-encryption", feature = "experimental-sliding-sync"))]
use std::sync::RwLock as SyncRwLock;
use std::{
collections::{BTreeMap, HashSet},
mem,
sync::{atomic::AtomicBool, Arc},
sync::{atomic::AtomicBool, Arc, RwLock as SyncRwLock},
};

use bitflags::bitflags;
Expand Down

0 comments on commit 4b843e3

Please sign in to comment.