Replies: 3 comments 6 replies
-
The ability to send free text messages will result in spams and scams. I would strongly suggest to not implement this on a protocol level. This sounds to me like it can be solved purely client side by monitoring for problems (like failed rollovers) and alerting the user in one way or another. |
Beta Was this translation helpful? Give feedback.
-
Meta: Converted this to a discussion because it needs more thought on how it should be implemented. |
Beta Was this translation helpful? Give feedback.
-
Here is an alternative idea: We could extend the UI to allow the user to optionally "register" their instance with an email address. We could do that by generating a signed message (with their identity private key) that the user can email to an address of ours which allows us to reach out to a taker with a specific ID. |
Beta Was this translation helpful? Give feedback.
-
Give the maker the possibility to send arbitrary messages to a specific taker. This is not supposed to be automated, but more a feature for the maker UI.
In the past we thought about giving users the ability to contact a maker, however, issue like #1617 have shown that it would be great to "ping" specific users in their itchysats app when a maker notice that something went wrong.
We don't have to build in chat functionality, it would be good enough to show a message from maker to contact the maker. This helps takers to understand that something did not go as expected and the maker can provide more information.
Beta Was this translation helpful? Give feedback.
All reactions