mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:24:48 -04:00
Fix modifying events in ThirdPartyRules
modules (#8564)
EventBuilder.build wants auth events these days
This commit is contained in:
parent
5649669c3c
commit
da0090fdff
3 changed files with 8 additions and 2 deletions
|
@ -98,7 +98,7 @@ class EventBuilder:
|
|||
return self._state_key is not None
|
||||
|
||||
async def build(
|
||||
self, prev_event_ids: List[str], auth_event_ids: Optional[List[str]]
|
||||
self, prev_event_ids: List[str], auth_event_ids: Optional[List[str]],
|
||||
) -> EventBase:
|
||||
"""Transform into a fully signed and hashed event
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue