Fixes the alt tag

pull/792/head
Vitor Pamplona 2024-03-01 15:46:58 -05:00
rodzic bc7a578cfe
commit cbce22c994
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ class TextNoteModificationEvent(
createdAt: Long = TimeUtils.now(), createdAt: Long = TimeUtils.now(),
onReady: (TextNoteModificationEvent) -> Unit, onReady: (TextNoteModificationEvent) -> Unit,
) { ) {
val tags = arrayOf(arrayOf("e", eventId), arrayOf("alt", CalendarDateSlotEvent.ALT)) val tags = arrayOf(arrayOf("e", eventId), arrayOf("alt", ALT))
signer.sign(createdAt, KIND, tags, content, onReady) signer.sign(createdAt, KIND, tags, content, onReady)
} }
} }