mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 16:05:12 +00:00
merge: re-add "copy link (origin)" that was dropped accidentally (!704)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/704 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
063c597ca6
1 changed files with 3 additions and 0 deletions
|
@ -346,6 +346,9 @@ export function getNoteMenu(props: {
|
||||||
}, getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink));
|
}, getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink));
|
||||||
|
|
||||||
if (appearNote.url || appearNote.uri) {
|
if (appearNote.url || appearNote.uri) {
|
||||||
|
menuItems.push(
|
||||||
|
getCopyNoteOriginLinkMenu(appearNote, 'Copy link (Origin)')
|
||||||
|
);
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
icon: 'ti ti-external-link',
|
icon: 'ti ti-external-link',
|
||||||
text: i18n.ts.showOnRemote,
|
text: i18n.ts.showOnRemote,
|
||||||
|
|
Loading…
Reference in a new issue