@@ -26,12 +26,12 @@ use ruma::{OwnedUserId, events::{AnySyncMessageLikeEvent, AnySyncTimelineEvent,
2626
2727use crate :: {
2828 app:: AppStateAction , avatar_cache, event_preview:: { plaintext_body_of_timeline_item, text_preview_of_encrypted_message, text_preview_of_member_profile_change, text_preview_of_other_message_like, text_preview_of_other_state, text_preview_of_room_membership_change, text_preview_of_timeline_item} , home:: { edited_indicator:: EditedIndicatorWidgetRefExt , link_preview:: { LinkPreviewCache , LinkPreviewRef , LinkPreviewWidgetRefExt } , loading_pane:: { LoadingPaneState , LoadingPaneWidgetExt } , room_image_viewer:: { get_image_name_and_filesize, populate_matrix_image_modal} , rooms_list:: RoomsListRef , tombstone_footer:: SuccessorRoomDetails } , media_cache:: { MediaCache , MediaCacheEntry } , profile:: {
29- user_profile:: { AvatarState , ShowUserProfileAction , UserProfile , UserProfileAndRoomId , UserProfilePaneInfo , UserProfileSlidingPaneRef , UserProfileSlidingPaneWidgetExt } ,
29+ user_profile:: { ShowUserProfileAction , UserProfile , UserProfileAndRoomId , UserProfilePaneInfo , UserProfileSlidingPaneRef , UserProfileSlidingPaneWidgetExt } ,
3030 user_profile_cache,
3131 } ,
3232 room:: { BasicRoomDetails , room_input_bar:: RoomInputBarState , typing_notice:: TypingNoticeWidgetExt } ,
3333 shared:: {
34- avatar:: AvatarWidgetRefExt , callout_tooltip:: { CalloutTooltipOptions , TooltipAction , TooltipPosition } , confirmation_modal:: ConfirmationModalContent , html_or_plaintext:: { HtmlOrPlaintextRef , HtmlOrPlaintextWidgetRefExt , RobrixHtmlLinkAction } , image_viewer:: { ImageViewerAction , ImageViewerMetaData , LoadState } , jump_to_bottom_button:: { JumpToBottomButtonWidgetExt , UnreadMessageCount } , popup_list:: { PopupItem , PopupKind , enqueue_popup_notification} , restore_status_view:: RestoreStatusViewWidgetExt , styles:: * , text_or_image:: { TextOrImageAction , TextOrImageRef , TextOrImageWidgetRefExt } , timestamp:: TimestampWidgetRefExt
34+ avatar:: { AvatarState , AvatarWidgetRefExt } , callout_tooltip:: { CalloutTooltipOptions , TooltipAction , TooltipPosition } , confirmation_modal:: ConfirmationModalContent , html_or_plaintext:: { HtmlOrPlaintextRef , HtmlOrPlaintextWidgetRefExt , RobrixHtmlLinkAction } , image_viewer:: { ImageViewerAction , ImageViewerMetaData , LoadState } , jump_to_bottom_button:: { JumpToBottomButtonWidgetExt , UnreadMessageCount } , popup_list:: { PopupItem , PopupKind , enqueue_popup_notification} , restore_status_view:: RestoreStatusViewWidgetExt , styles:: * , text_or_image:: { TextOrImageAction , TextOrImageRef , TextOrImageWidgetRefExt } , timestamp:: TimestampWidgetRefExt
3535 } ,
3636 sliding_sync:: { BackwardsPaginateUntilEventRequest , MatrixRequest , PaginationDirection , TimelineEndpoints , TimelineRequestSender , UserPowerLevels , get_client, submit_async_request, take_timeline_endpoints} , utils:: { self , ImageFormat , MEDIA_THUMBNAIL_FORMAT , RoomNameId , unix_time_millis_to_datetime}
3737} ;
0 commit comments