# HG changeset patch # User Goffi # Date 1676047057 -3600 # Node ID 27e5294649c2cd1ce240b73551f1166935e6c571 # Parent 69d970f974ff18183a7b384ce94acb8b7813d5e8 component AP gateway: fix missing argument when calling APOutboxPageRequest diff -r 69d970f974ff -r 27e5294649c2 sat/plugins/plugin_comp_ap_gateway/http_server.py --- 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