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}/>}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
mautrix>=0.15.5,<0.17
|
||||
mautrix>=0.15.5,<0.18
|
||||
aiohttp>=3,<4
|
||||
yarl>=1,<2
|
||||
SQLAlchemy>=1,<1.4
|
||||
|
|
Loading…
Reference in a new issue