You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On V1 we supported tribe payments. Basically a member of a tribe could send a payment to another member of the tribe. The tribe admin uses the message_uuid sent in the sendPayment endpoint to identify the message and the sender of that original message and forward the sats.
The message is created with recipient_alias and recipient_pic so the UI can show who sent it and to whom it was sent.
Not sure if we can support this on V2, but I found that all the apps were allowing to tap on a message profile pic and the app was presenting the SEND SATS popup (iOS and Mac have the logic disabled, but I think Android has it enabled since I saw a tribe payment in Planet Sphinx and the UI is broken since recipient Alias and Pic are null)
For now I will disabled tapping on profile picture, but would be good to add the needed logic to add this feature if possible.
Yes, it's a direct payment (type = 5). The admin uses the reply_uuid to identify the recipient and forward the sats and send a forwards the type 5 message to the rest of the members adding recipient_alias and recipient_pic so the members can show the recipient in the UI
On V1 we supported tribe payments. Basically a member of a tribe could send a payment to another member of the tribe. The tribe admin uses the
message_uuid
sent in thesendPayment
endpoint to identify the message and the sender of that original message and forward the sats.The message is created with
recipient_alias
andrecipient_pic
so the UI can show who sent it and to whom it was sent.Not sure if we can support this on V2, but I found that all the apps were allowing to tap on a message profile pic and the app was presenting the SEND SATS popup (iOS and Mac have the logic disabled, but I think Android has it enabled since I saw a tribe payment in Planet Sphinx and the UI is broken since recipient Alias and Pic are null)
For now I will disabled tapping on profile picture, but would be good to add the needed logic to add this feature if possible.
@Evanfeenstra let me know your thoughts
The text was updated successfully, but these errors were encountered: