From 8b56db72c0b2583a13cd5819e2cda1611b38d0d6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Aug 2023 13:40:20 +0100 Subject: [PATCH] Reciprocal --- shares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shares.py b/shares.py index 585b4cacc..b7d77998a 100644 --- a/shares.py +++ b/shares.py @@ -2124,7 +2124,7 @@ def vf_proposal_from_share(shared_item: {}, }) if shared_item['itemPrice'] and shared_item['itemCurrency']: currency_url = _currency_to_wikidata(shared_item['itemCurrency']) - offer_item['publishes']['reciprocal'] = { + offer_item['reciprocal'] = { "type": "Intent", "id": share_id + '#reciprocal', "action": "transfer",