Add support for org.matrix.custom.text.html

This format will remain undocumented as it is not yet suitable for
introduction into the specification.
This commit is contained in:
Kegan Dougal 2014-10-15 09:32:02 +01:00
parent 13b560971e
commit f4667f86af
2 changed files with 3 additions and 1 deletions

View file

@ -460,6 +460,7 @@ 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":