Fixes the alt tag

This commit is contained in:
Vitor Pamplona 2024-03-01 15:46:58 -05:00
parent bc7a578cfe
commit cbce22c994

View File

@ -47,7 +47,7 @@ class TextNoteModificationEvent(
createdAt: Long = TimeUtils.now(),
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)
}
}