changing externa sharing service for text notes to njump.me
Changed "https://snort.social/e/" to "https://njump.me/" Benefits of this change are the link previews that njump.me generates for shared content. The snort social links are just the url root and a long nevent, making different shares difficult to tell apart, and a bit scary to click on for some. More benefits of njump.me listed on https://njump.me/, hosted by fiatjaf. The included nostr onboarding paired with client agnosticism is also beneficial.
This commit is contained in:
@@ -99,7 +99,7 @@ val externalLinkForNote = { note: Note ->
|
|||||||
if (note.event is FileHeaderEvent) {
|
if (note.event is FileHeaderEvent) {
|
||||||
"https://filestr.vercel.app/e/${note.toNEvent()}"
|
"https://filestr.vercel.app/e/${note.toNEvent()}"
|
||||||
} else {
|
} else {
|
||||||
"https://snort.social/e/${note.toNEvent()}"
|
"https://njump.me/${note.toNEvent()}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user