1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Revert "make sure we show display names & avatars on parts, and use the right…"

This commit is contained in:
Matthew Hodgson
2016-03-16 14:49:29 +00:00
parent b009739b9e
commit f35409700a
3 changed files with 1 additions and 21 deletions

View File

@@ -143,8 +143,6 @@ module.exports.MatrixEvent.prototype = {
/**
* Get either 'content' or 'prev_content' depending on if this event is
* 'forward-looking' or not. This can be modified via event.forwardLooking.
* In practice, this means we get the chronologically earlier content value
* for this event (this method should surely be called getEarlierContent)
* <strong>This method is experimental and may change.</strong>
* @return {Object} event.content if this event is forward-looking, else
* event.prev_content.