mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
also support deserializing at-room-pill when transferring editor state
This commit is contained in:
parent
497ba1ecd4
commit
d9e62b54fc
@ -376,6 +376,8 @@ export class PartCreator {
|
|||||||
return this.plain(part.text);
|
return this.plain(part.text);
|
||||||
case "newline":
|
case "newline":
|
||||||
return this.newline();
|
return this.newline();
|
||||||
|
case "at-room-pill":
|
||||||
|
return this.atRoomPill(part.text);
|
||||||
case "pill-candidate":
|
case "pill-candidate":
|
||||||
return this.pillCandidate(part.text);
|
return this.pillCandidate(part.text);
|
||||||
case "room-pill":
|
case "room-pill":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user