diff options
author | Roland Pallai <dap78@magex.hu> | 2021-01-28 14:58:11 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-01-28 16:51:23 +0100 |
commit | b069c6bb377641840026aa37cb8acf7e2a76bfe5 (patch) | |
tree | 93cd96986303ba577677c9fc821cc5d448cadba0 /lib/uri.cpp | |
parent | 7c0742aa2b0b548bf99abe43c1a0410a11576893 (diff) | |
download | libquotient-b069c6bb377641840026aa37cb8acf7e2a76bfe5.tar.gz libquotient-b069c6bb377641840026aa37cb8acf7e2a76bfe5.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
(cherry picked from commit b850edadde2299b122a5cd17da85e943430e43b7)
Diffstat (limited to 'lib/uri.cpp')
0 files changed, 0 insertions, 0 deletions