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
Currently, the contacts list only has a few actions: go to pod, pin contact, and delete
Another useful action to have on this table would be to message the client. Add a button to each contact in this list that launches the "send message" modal when clicked, that prepopulates the "to" field with the webId of the contact.
The text was updated successfully, but these errors were encountered:
So I added the modal and now am setting it up to populate the To: field. What is the most efficient way to do this? Would it be to utilize the oldMessage parameter (I'm guessing via message.recipientPodUrl in the new message modal)?
Currently, the contacts list only has a few actions: go to pod, pin contact, and delete
Another useful action to have on this table would be to message the client. Add a button to each contact in this list that launches the "send message" modal when clicked, that prepopulates the "to" field with the webId of the contact.
The text was updated successfully, but these errors were encountered: