chore: removing forgotten property

This commit is contained in:
AlexAlexandre 2021-12-07 21:47:02 -03:00
parent 228e073f58
commit 42d1744cc3
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ interface IRoomListContainerProps {
navigation: StackNavigationProp<ChatsStackParamList>; navigation: StackNavigationProp<ChatsStackParamList>;
showMessageInMainThread: boolean; showMessageInMainThread: boolean;
serverVersion: string; serverVersion: string;
t?: string; // TODO - verify if this props exist
} }
class ListContainer extends React.Component<IRoomListContainerProps, any> { class ListContainer extends React.Component<IRoomListContainerProps, any> {

View File

@ -1250,7 +1250,6 @@ class RoomView extends React.Component<IRoomViewProps, any> {
ref={this.list} ref={this.list}
listRef={this.flatList} listRef={this.flatList}
rid={rid} rid={rid}
t={t}
tmid={this.tmid} tmid={this.tmid}
theme={theme} theme={theme}
tunread={room?.tunread} tunread={room?.tunread}