@ -439,7 +439,10 @@ function hideCommunity(communityID) {
function shareOrCopyToClipboard(text, toastText) {
if (navigator.share) {
navigator.share({text});
navigator.share({
text,
url: text
});
} else {
copyToClipboard(text, toastText)
}