Skip to content

Commit

Permalink
resolve minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoon committed Oct 11, 2024
1 parent d3a0b29 commit 0db2482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ use crate::{
html_or_plaintext::{HtmlOrPlaintextRef, HtmlOrPlaintextWidgetRefExt},
text_or_image::{TextOrImageRef, TextOrImageWidgetRefExt},
typing_animation::TypingAnimationWidgetExt,
}, sliding_sync::{get_client, submit_async_request, take_timeline_update_receiver, MatrixRequest}, utils::{self, unix_time_millis_to_datetime, MediaFormatConst}
}, sliding_sync::{get_client, submit_async_request, take_timeline_update_receiver, MatrixRequest}, utils::{self, unix_time_millis_to_datetime, MediaFormatConst},
home::event_reaction::{self,ReactionListWidgetRefExt},
};
use rangemap::RangeSet;

Expand Down

0 comments on commit 0db2482

Please sign in to comment.