Do we need NegotiationAgreement.message_id?
Closed this issue · 2 comments
jeremie-leproust commented
utm-apis/utm-domains/utm-domain-commons.yaml
Line 1451 in b784920
Do we need message_id in the negotiation agreement, or is negotiation_id sufficient in this context?
In case we support negotiations later with multiple messages, which one should we use here?
nasajoey commented
Negotiations are linked now through negotiations_id, however each message that is exchanged is unique and needs a message_id. Same with NegotiationAgreement... it can reference the full exchange of messages through the negotiation_id, but the NegotiationAgreement itself is potentially a stand alone message, so I think we want the message_id.
jeremie-leproust commented
Got it :)