Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sdk):
LinkedChunk
can hold a value for Gap
s.
This patch updates `ChunkContent::Gap` to hold a content `U`. Thus, `Chunk` and LinkedChunk` both get a new generic parameter `U`. Some methods like `new_gap` or `insert_gap_at` take a new `content: U` parameter. This type `RoomEvents` (that uses `LinkedChunk`) is also updated accordingly.
- Loading branch information