1
0
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:
Michael Telatynski
2022-02-22 11:14:56 +00:00
committed by GitHub
parent 42e9ea4540
commit 8fccef86d8
30 changed files with 616 additions and 482 deletions

View File

@@ -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,
};