Merge pull request #669 from VictorieeMan/patch-1

changing externa sharing service for text notes to njump.me
This commit is contained in:
Vitor Pamplona 2023-11-07 10:33:24 -05:00 committed by GitHub
commit 92c72e5a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ val externalLinkForNote = { note: Note ->
if (note.event is FileHeaderEvent) {
"https://filestr.vercel.app/e/${note.toNEvent()}"
} else {
"https://snort.social/e/${note.toNEvent()}"
"https://njump.me/${note.toNEvent()}"
}
}
}