From f70347b579d2b14574f35638ca45fea7036810bf Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Tue, 11 Aug 2026 18:31:02 -0700 Subject: [PATCH] docs: state exactly what showFeedbackDialog shares with the developer The doc claimed the dialog 'tells the user their username will be shared', while the dialog's note talked only about the email address and the implementation shares the username always plus the email (as Reply-To) only when verified. Describe the actual disclosure: username always, email when verified. --- src/docs/src/UI/showFeedbackDialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/UI/showFeedbackDialog.md b/src/docs/src/UI/showFeedbackDialog.md index 73c440ba4..ea9ca094d 100644 --- a/src/docs/src/UI/showFeedbackDialog.md +++ b/src/docs/src/UI/showFeedbackDialog.md @@ -4,7 +4,7 @@ description: Opens a dialog the user can use to send feedback to your app. platforms: [ websites, apps] --- -Opens a dialog the user can use to send you — the app's developer — feedback about your app. The message is delivered by Puter: it is stored and emailed to the email address on your Puter account. The feedback never passes through your app's code, and the dialog tells the user their username will be shared with you so you can follow up. +Opens a dialog the user can use to send you — the app's developer — feedback about your app. The message is delivered by Puter: it is stored and emailed to the email address on your Puter account. The feedback never passes through your app's code, and the dialog tells the user what is shared with you: their username, plus their email address (as the email's reply-to, so you can respond) when their email is verified. Inside Puter, the dialog is rendered by the desktop environment. On a website, a puter.com popup hosts the dialog (signing the user in first if needed).