mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 19:04:11 -04:00
replace user_id with sender
This commit is contained in:
parent
97c7c34f6f
commit
c5eabe3143
4 changed files with 11 additions and 2 deletions
|
@ -100,6 +100,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
make_pdu(
|
||||
event_id="the-pdu-id",
|
||||
origin="red",
|
||||
user_id="@a:red",
|
||||
room_id="my-context",
|
||||
type="m.topic",
|
||||
origin_server_ts=123456789000,
|
||||
|
@ -145,6 +146,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
make_pdu(
|
||||
event_id="abc123def456",
|
||||
origin="red",
|
||||
user_id="@a:red",
|
||||
room_id="my-context",
|
||||
type="m.text",
|
||||
origin_server_ts=123456789001,
|
||||
|
@ -172,6 +174,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
pdu = SynapseEvent(
|
||||
event_id="abc123def456",
|
||||
origin="red",
|
||||
user_id="@a:red",
|
||||
room_id="my-context",
|
||||
type="m.text",
|
||||
origin_server_ts=123456789001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue