# HG changeset patch # User Goffi # Date 1668531787 -3600 # Node ID 9b5092225e460b5de4ea80aaa42d129940ce91a6 # Parent 996e0f84935ea528ffdf2d5ced312c143044628b component AP gateway: fix pubsub attachment plugin call following renaming. diff -r 996e0f84935e -r 9b5092225e46 sat/plugins/plugin_comp_ap_gateway/http_server.py --- a/sat/plugins/plugin_comp_ap_gateway/http_server.py Tue Nov 15 18:02:16 2022 +0100 +++ b/sat/plugins/plugin_comp_ap_gateway/http_server.py Tue Nov 15 18:03:07 2022 +0100 @@ -470,7 +470,7 @@ found_item = found_items[0] old_item_elt = found_item.data - item_elt = self.apg._pa.applySetHandler( + item_elt = await self.apg._pa.apply_set_handler( client, {"extra": attachment_data}, old_item_elt,