Moves from habla to njump

pull/813/head
Vitor Pamplona 2024-03-21 09:27:57 -04:00
rodzic c00319812a
commit 3086d3957d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ val externalLinkForNote = { note: Note ->
} else if (note.event is AudioTrackEvent) {
"https://zapstr.live/?track=${note.address()?.toNAddr()}"
} else {
"https://habla.news/a/${note.address()?.toNAddr()}"
"https://njump.me/${note.address()?.toNAddr()}"
}
} else {
if (note.event is FileHeaderEvent) {