fix(matrix): use correct reply_to_message_id parameter name (#1895)
fix(matrix): use correct reply_to_message_id parameter name
This commit is contained in:
commit
927f4d3a37
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ class MatrixAdapter(BasePlatformAdapter):
|
|||
source=source,
|
||||
raw_message=getattr(event, "source", {}),
|
||||
message_id=event.event_id,
|
||||
reply_to=reply_to,
|
||||
reply_to_message_id=reply_to,
|
||||
)
|
||||
|
||||
await self.handle_message(msg_event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue