Mercurial > libervia-backend
changeset 3995:27e5294649c2
component AP gateway: fix missing argument when calling APOutboxPageRequest
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 10 Feb 2023 17:37:37 +0100 |
parents | 69d970f974ff |
children | 7a6c7abd7dbb |
files | sat/plugins/plugin_comp_ap_gateway/http_server.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/plugins/plugin_comp_ap_gateway/http_server.py Fri Feb 10 17:20:02 2023 +0100 +++ b/sat/plugins/plugin_comp_ap_gateway/http_server.py Fri Feb 10 17:37:37 2023 +0100 @@ -756,7 +756,7 @@ query_data = parse.parse_qs(parsed_url.query) if query_data: return await self.APOutboxPageRequest( - request, account_jid, node, ap_account, ap_url, query_data + request, data, account_jid, node, ap_account, ap_url, query_data ) # XXX: we can't use disco#info here because this request won't work on a bare jid