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