diff options
author | Roland Pallai <dap78@magex.hu> | 2021-01-28 14:58:11 +0100 |
---|---|---|
committer | Roland Pallai <dap78@magex.hu> | 2021-01-28 15:25:31 +0100 |
commit | b850edadde2299b122a5cd17da85e943430e43b7 (patch) | |
tree | bbb894c3d4342b77f4634c3933de9b62a0639005 /.gitignore | |
parent | ba1d3bda99c04f8783d1a5266f0fa7700ef3eb18 (diff) | |
download | libquotient-b850edadde2299b122a5cd17da85e943430e43b7.tar.gz libquotient-b850edadde2299b122a5cd17da85e943430e43b7.zip |
Fix rich replies json format (transmit)
With this patch it looks like:
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$another:event.com"
}
}
instead of:
"m.relates_to": {
"event_id": "$another:event.com",
"rel_type": "m.in_reply_to"
},
So it fits the specification by now.
https://matrix.org/docs/spec/client_server/r0.6.1#rich-replies
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions