diff --git a/src/components/status.jsx b/src/components/status.jsx index 23b76b57..0bdd79c1 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -455,6 +455,14 @@ function Status({ count={reblogsCount} onClick={async () => { try { + if (!reblogged) { + const yes = confirm( + 'Are you sure that you want to boost this post?', + ); + if (!yes) { + return; + } + } // Optimistic states.statuses.set(id, { ...status,