-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Adding missing type and origin_server_ts properties in relations #9173
Conversation
Signed-off-by: Jerin J Titus <[email protected]>
Signed-off-by: Jerin J Titus <[email protected]>
Signed-off-by: Jerin J Titus <[email protected]>
@jerinjtitus Thanks for your contribution! Looks like the tests need to get updated for these changes. Please shout if you have any questions! |
Hey @jerinjtitus, are you able to continue working on this PR? If you need help with the tests, let us know! You can see which unit tests are failing in CI here: https://buildkite.com/matrix-dot-org/synapse/builds/14649#a7752cf7-d23c-40e6-b223-4d3907a74e85/53-2261 Looks like the tests just need to be updated to include the new keys, for instance in synapse/tests/rest/client/v2_alpha/test_relations.py Lines 339 to 342 in 2ca4e34
The logs from the failing SyTest tests also reveal that the proposed SQL isn't quite valid:
|
looks like this is abandoned, so I'm going to close it. |
Signed-off-by: Jerin J Titus [email protected]
Pull Request Checklist
EventStore
toEventWorkerStore
.".code blocks
.Adding missing
type
andorigin_server_ts
properties inm.reference
andm.annotation
relations repectively. (Issue #7941) (and #7941 (comment))