matrix-org / matrix-org/matrix-hookshot
Possibility to send a generic webhook message unencrypted, also to an encrypted room
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
Sometimes I don't care about encryption and I just want things to work.
This can kind of work around the notification issue for notices (for non-confidential messages).
How would I do that:
Option on the transform function result. Like for instance `encrypt: false`.
Then sending the raw message via the client.
Contributor guide
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.
Research direction
Start at the transform function result and the client path that sends the message, then trace where encryption is applied for encrypted rooms. Done means the sending flow supports the requested opt-out for non-confidential webhook messages without changing the default encrypted behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100