back out small avatars for emotes for now as they conflict with the E2E artwork.
they will be reintroduced once we have lozenges
This commit is contained in:
parent
83209197f4
commit
46205ad83c
2 changed files with 4 additions and 2 deletions
|
@ -346,6 +346,7 @@ module.exports = React.createClass({
|
|||
continuation = true;
|
||||
}
|
||||
|
||||
/*
|
||||
// Work out if this is still a continuation, as we are now showing commands
|
||||
// and /me messages with their own little avatar. The case of a change of
|
||||
// event type (commands) is handled above, but we need to handle the /me
|
||||
|
@ -357,6 +358,7 @@ module.exports = React.createClass({
|
|||
&& prevEvent.getContent().msgtype === 'm.emote') {
|
||||
continuation = false;
|
||||
}
|
||||
*/
|
||||
|
||||
// local echoes have a fake date, which could even be yesterday. Treat them
|
||||
// as 'today' for the date separators.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue