FilePanel: Remove a stale comment.

pull/21833/head
Damir Jelić 2020-01-20 10:09:58 +01:00
parent 9978fee512
commit 0c854fce9b
1 changed files with 0 additions and 2 deletions

View File

@ -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,
filter);
filter.filterId = filterId;