element-web/src/components/views/messages
Luke Barnard 7db7192701 Factor out shared logic in two code-paths for pill rendering
This isn't an entirely side-effect-free refactoring:
 - the text of the timeline pills is now either the room ID/alias or user ID/ display name of the linked resource (which means that until we do a roundtrip to get user displaynames, mentions for users not in the current room will have their user IDs shown instead of what was in the link body).
 - timeline links to rooms without avatars are now rendered as links
 - fixed issue that would throw an error whilst rendering (i.e. unusable client) a room link to a room that the client doesn't know about
2017-07-21 14:07:48 +01:00
..
MAudioBody.js remove unused imports 2017-06-02 21:35:55 +01:00
MessageEvent.js layout for file & notif panel 2016-09-11 02:14:27 +01:00
MFileBody.js remove unused imports 2017-06-02 21:35:55 +01:00
MImageBody.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
MVideoBody.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
RoomAvatarEvent.js width and height must be int otherwise synapse cries 2017-06-13 12:19:20 +01:00
SenderProfile.js Better RTL support 2017-06-03 18:52:45 +03:00
TextualBody.js Factor out shared logic in two code-paths for pill rendering 2017-07-21 14:07:48 +01:00
TextualEvent.js quick and dirty RoomAvatarEvent 2017-06-01 13:31:24 +01:00
UnknownBody.js More i18n strings (#963) 2017-05-30 15:09:57 +01:00