EventIndex/FilePanel: Allow longer lines.
This commit is contained in:
parent
0b4b9d8d5d
commit
4cf44cf5a5
2 changed files with 7 additions and 12 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue