diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index 4cd521ad..773f09b8 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -512,7 +512,7 @@ class RoomView extends React.Component { tmid={tmid} teamId={teamId} joined={joined} - t={t} + t={this.t || t} encrypted={encrypted} navigation={navigation} toggleFollowThread={this.toggleFollowThread}