1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

EventIndex/FilePanel: Allow longer lines.

This commit is contained in:
Damir Jelić
2020-01-20 12:43:20 +01:00
parent 0b4b9d8d5d
commit 4cf44cf5a5
2 changed files with 7 additions and 12 deletions

View File

@ -62,8 +62,7 @@ const FilePanel = createReactClass({
},
);
const filterId = await client.getOrCreateFilter("FILTER_FILES_" + client.credentials.userId,
filter);
const filterId = await client.getOrCreateFilter("FILTER_FILES_" + client.credentials.userId, filter);
filter.filterId = filterId;
const timelineSet = room.getOrCreateFilteredTimelineSet(filter);