Fix sending locations into threads and fix i18n (#7943)
This commit is contained in:
parent
0f4125dfd5
commit
3c858a723b
7 changed files with 55 additions and 40 deletions
|
@ -399,7 +399,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
thread,
|
||||
threadReplyCount: thread?.length,
|
||||
threadLastReply: thread?.replyToEvent,
|
||||
threadLastSender: thread?.replyToEvent.sender,
|
||||
threadLastSender: thread?.replyToEvent?.sender,
|
||||
};
|
||||
|
||||
// don't do RR animations until we are mounted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue