You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Remove comment
This commit is contained in:
@@ -316,7 +316,6 @@ module.exports = React.createClass({
|
|||||||
aggregateIndices[seq] = -1;
|
aggregateIndices[seq] = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Assumes display names are unique
|
|
||||||
if (aggregate[seq].indexOf(displayName) === -1) {
|
if (aggregate[seq].indexOf(displayName) === -1) {
|
||||||
aggregate[seq].push(displayName);
|
aggregate[seq].push(displayName);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user