mirror of
https://github.com/maubot/maubot
synced 2025-09-07 12:50:37 +00:00
Update mautrix-python
This commit is contained in:
parent
47d7e2b483
commit
4f4d7bc342
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class LogEntry extends PureComponent {
|
|||
const req = this.props.line.matrix_http_request
|
||||
|
||||
return <>
|
||||
{req.method} {req.path}
|
||||
{req.method} {req.url || req.path}
|
||||
<div className="content">
|
||||
{Object.entries(req.content || {}).length > 0
|
||||
&& <JSONTree data={{ content: req.content }} hideRoot={true}/>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue