mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
@@ -1542,7 +1542,7 @@ const All = () => {
|
||||
onClick={() => {
|
||||
handleOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(thread.subplebbitAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
@@ -2729,7 +2729,7 @@ const All = () => {
|
||||
onClick={() => {
|
||||
handleMobileOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
|
||||
@@ -2593,7 +2593,7 @@ const Board = () => {
|
||||
onClick={() => {
|
||||
handleOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
@@ -3799,7 +3799,7 @@ const Board = () => {
|
||||
onClick={() => {
|
||||
handleMobileOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
|
||||
@@ -1556,7 +1556,7 @@ const Subscriptions = () => {
|
||||
onClick={() => {
|
||||
handleOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(thread.subplebbitAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
@@ -2743,7 +2743,7 @@ const Subscriptions = () => {
|
||||
onClick={() => {
|
||||
handleMobileOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
|
||||
@@ -1585,7 +1585,7 @@ const Thread = () => {
|
||||
onClick={() => {
|
||||
handleOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
@@ -2527,7 +2527,7 @@ const Thread = () => {
|
||||
onClick={() => {
|
||||
handleMobileOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(selectedAddress, reply.cid);
|
||||
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
|
||||
Reference in New Issue
Block a user