Add lines to threads in web UI (#24549)

This commit is contained in:
Eugen Rochko
2023-04-24 08:07:03 +02:00
committed by GitHub
parent 0c81eec239
commit 290e4aba31
4 changed files with 76 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ const makeMapStateToProps = () => {
const mapStateToProps = (state, props) => ({
status: getStatus(state, props),
nextInReplyToId: props.nextId ? state.getIn(['statuses', props.nextId, 'in_reply_to_id']) : null,
pictureInPicture: getPictureInPicture(state, props),
});