Display timestamps and profiles for redacted events
This is part of fixing https://github.com/vector-im/riot-web/issues/3390
This commit is contained in:
parent
f51a022be3
commit
d4ed9e816b
2 changed files with 4 additions and 7 deletions
|
@ -413,7 +413,7 @@ module.exports = React.createClass({
|
|||
var continuation = false;
|
||||
|
||||
if (prevEvent !== null
|
||||
&& !prevEvent.isRedacted() && prevEvent.sender && mxEv.sender
|
||||
&& prevEvent.sender && mxEv.sender
|
||||
&& mxEv.sender.userId === prevEvent.sender.userId
|
||||
&& mxEv.getType() == prevEvent.getType()) {
|
||||
continuation = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue