element-hq / element-hq/synapse
Attempting to post a reaction without a key returns a 500
Open
S-Minor
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#10120](https://github.com/matrix-org/synapse/issues/10120).
---
```
PUT /_matrix/client/r0/rooms/!RbjQlmGUZlYnyhGpoZ:matrix.org/send/m.reaction/t079c85423c7fa9?&_cacheBuster=6619496505588323
{"m.relates_to":{"event_id":"$162273243747082GtgUc:matrix.org","rel_type":"m.annotation"}}
```
returns
```
500
{"errcode":"M_UNKNOWN","error":"Internal server error"}
```
for me
Contributor guide
Assessment
This issue has not been assessed yet.