Update mautrix-python

This commit is contained in:
Tulir Asokan 2022-07-10 14:42:41 +03:00
parent 47d7e2b483
commit 4f4d7bc342
2 changed files with 2 additions and 2 deletions

View File

@ -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}/>}

View File

@ -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