diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-10-15 13:57:19 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-10-15 13:57:19 +0100 |
commit | 07890b43ca739667b6974466739933ec2f2404e9 (patch) | |
tree | c7046fc302289a95190e9f467ea3ecb12f2075a9 /webclient/components | |
parent | Add support for org.matrix.custom.text.html (diff) | |
download | synapse-07890b43ca739667b6974466739933ec2f2404e9.tar.xz |
Remove org.matrix.custom.text.html event type and replace it with 'format' and 'formatted_body' keys on m.text messages
Diffstat (limited to 'webclient/components')
-rw-r--r-- | webclient/components/matrix/event-handler-service.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webclient/components/matrix/event-handler-service.js b/webclient/components/matrix/event-handler-service.js index 495c24ef59..e990d42d05 100644 --- a/webclient/components/matrix/event-handler-service.js +++ b/webclient/components/matrix/event-handler-service.js @@ -460,7 +460,6 @@ function(matrixService, $rootScope, $q, $timeout, mPresence) { handleRoomAliases(event, isLiveEvent); break; case "m.room.message": - case "org.matrix.custom.text.html": handleMessage(event, isLiveEvent); break; case "m.room.member": |