You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function mastodonDraftUrl(orgName:string, mastodonUrl:string):string {
44
44
const url =newURL(mastodonUrl);
45
45
const user =url.pathname.split('/').pop();
46
46
const handle =`${user}@${url.hostname}`;
47
-
const text =`Thank you ${handle} for supporting Keep Android Open at https://keepandroidopen.org/open-letter/#signatories @keepandroidopen@techhub.social #KeepAndroidOpen`;
47
+
const text =`Thank you ${orgName} (${handle}) for supporting Keep Android Open at https://keepandroidopen.org/open-letter/#signatories @keepandroidopen@techhub.social #KeepAndroidOpen`;
0 commit comments