You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Wire up drag-drop file uploads for the thread view (#7860)
This commit is contained in:
committed by
GitHub
parent
42e9ea4540
commit
8fccef86d8
@@ -148,7 +148,6 @@ function createRoomState(room: Room): IRoomState {
|
||||
shouldPeek: true,
|
||||
membersLoaded: false,
|
||||
numUnreadMessages: 0,
|
||||
draggingFile: false,
|
||||
searching: false,
|
||||
guestsCanJoin: false,
|
||||
canPeek: false,
|
||||
@@ -175,7 +174,6 @@ function createRoomState(room: Room): IRoomState {
|
||||
showAvatarChanges: true,
|
||||
showDisplaynameChanges: true,
|
||||
matrixClientIsReady: false,
|
||||
dragCounter: 0,
|
||||
timelineRenderingType: TimelineRenderingType.Room,
|
||||
liveTimeline: undefined,
|
||||
};
|
||||
|
Reference in New Issue
Block a user