mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:56:42 -04:00
SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself
This commit is contained in:
parent
f74e850b5c
commit
9aed791fc3
5 changed files with 10 additions and 3 deletions
|
@ -43,6 +43,7 @@ def _expect_edu(destination, edu_type, content, origin="test"):
|
|||
"pdus": [],
|
||||
"edus": [
|
||||
{
|
||||
# TODO: SYN-103: Remove "origin" and "destination" keys.
|
||||
"origin": origin,
|
||||
"destination": destination,
|
||||
"edu_type": edu_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue