RocketChat / RocketChat/homeserver
pruneEventDict and signEvent's `prune` flag should go away entirely, replaced by
@sampaiodiego is already working on this.
Since Aug 31, 2026.
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
PersistentEventFactory.createFromRawEvent(event, roomVersion).redactedEvent. Blocked on migrating the 28 remaining signEvent(..., prune=true) call sites in packages/core/src/events/*.spec.ts. m.room.create.spec.ts already signs the same fixture both ways and gets an identical signature, so the migration should preserve every hardcoded signature fixture rather than require regenerating them — a failure there would be a real divergence between the two redaction implementations.
This issue was generated by todo-issue based on a TODO comment in 3539adcd7ea7b98481889bcd1ebb73223bf64c21. It's been assigned to @sampaiodiego because they committed the code.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.