mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Revert "Show updated relation reply from edited message (#6809)"
This reverts commit eaab8e15701da82fbc93f54ab34bacb2e3ab1361.
This commit is contained in:
parent
9bff6afd11
commit
a103a2ceaa
@ -88,10 +88,7 @@ export default class ReplyThread extends React.Component<IProps, IState> {
|
||||
// could be used here for replies as well... However, the helper
|
||||
// currently assumes the relation has a `rel_type`, which older replies
|
||||
// do not, so this block is left as-is for now.
|
||||
//
|
||||
// We're using ev.getContent() over ev.getWireContent() to make sure
|
||||
// we grab the latest edit with potentially new relations.
|
||||
const mRelatesTo = ev.getContent()['m.relates_to'];
|
||||
const mRelatesTo = ev.getWireContent()['m.relates_to'];
|
||||
if (mRelatesTo && mRelatesTo['m.in_reply_to']) {
|
||||
const mInReplyTo = mRelatesTo['m.in_reply_to'];
|
||||
if (mInReplyTo && mInReplyTo['event_id']) return mInReplyTo['event_id'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user