Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-06 21:58:44 +01:00
parent 8233dec72e
commit 60225154e6

View file

@ -66,12 +66,13 @@ interface IProps {
layout: ListLayout;
isMinimized: boolean;
tagId: TagID;
onResize();
// TODO: Don't use this. It's for community invites, and community invites shouldn't be here.
// You should feel bad if you use this.
extraBadTilesThatShouldntExist?: React.ReactElement[];
onResize();
// TODO: Account for https://github.com/vector-im/riot-web/issues/14179
}