Remove org.matrix.custom.text.html event type and replace it with 'format' and 'formatted_body' keys on m.text messages

This commit is contained in:
Kegan Dougal 2014-10-15 13:57:19 +01:00
parent f4667f86af
commit 07890b43ca
2 changed files with 2 additions and 3 deletions

View file

@ -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":