You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
FilePanel: Remove a stale comment.
This commit is contained in:
@@ -62,8 +62,6 @@ const FilePanel = createReactClass({
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
// FIXME: we shouldn't be doing this every time we change room - see comment above.
|
|
||||||
// TODO: Remove this stale comment? Which comment above?
|
|
||||||
const filterId = await client.getOrCreateFilter("FILTER_FILES_" + client.credentials.userId,
|
const filterId = await client.getOrCreateFilter("FILTER_FILES_" + client.credentials.userId,
|
||||||
filter);
|
filter);
|
||||||
filter.filterId = filterId;
|
filter.filterId = filterId;
|
||||||
|
|||||||
Reference in New Issue
Block a user