You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
also support deserializing at-room-pill when transferring editor state
This commit is contained in:
@@ -376,6 +376,8 @@ export class PartCreator {
|
||||
return this.plain(part.text);
|
||||
case "newline":
|
||||
return this.newline();
|
||||
case "at-room-pill":
|
||||
return this.atRoomPill(part.text);
|
||||
case "pill-candidate":
|
||||
return this.pillCandidate(part.text);
|
||||
case "room-pill":
|
||||
|
||||
Reference in New Issue
Block a user