mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 09:44:49 -04:00
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:
parent
13b560971e
commit
f4667f86af
2 changed files with 3 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue