SignifyTS does not call IpexGrantCollectionEnd.sendMultisigExn for sending the /multisig/exn messages following sending out the /ipex/grant message for multisig and instead uses ExchangeCollectionEnd.on_post for this purpose. Why is this the case? It would seem that if we have the IpexGrantCollectionEnd.sendMultisigExn code we would use it.
We should use the code dedicated for multisig IPEX grants by changing SignifyTS to use the IpexGrantCollectionEnd.sendMultisigExn via the /identifiers/{name}/ipex/grant rather than ExchangeCollectionEnd.on_post at the /identifiers/{name}/exchanges endpoint.