Update mautrix-python
This commit is contained in:
parent
47d7e2b483
commit
4f4d7bc342
@ -41,7 +41,7 @@ class LogEntry extends PureComponent {
|
|||||||
const req = this.props.line.matrix_http_request
|
const req = this.props.line.matrix_http_request
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
{req.method} {req.path}
|
{req.method} {req.url || req.path}
|
||||||
<div className="content">
|
<div className="content">
|
||||||
{Object.entries(req.content || {}).length > 0
|
{Object.entries(req.content || {}).length > 0
|
||||||
&& <JSONTree data={{ content: req.content }} hideRoot={true}/>}
|
&& <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
|
aiohttp>=3,<4
|
||||||
yarl>=1,<2
|
yarl>=1,<2
|
||||||
SQLAlchemy>=1,<1.4
|
SQLAlchemy>=1,<1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user