mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-06 02:31:16 +02:00
fix auth event description breaking with emojis
This commit is contained in:
@@ -170,7 +170,8 @@ const UploadComponent: React.FC = () => {
|
||||
// Create auth event for blossom auth via nostr
|
||||
const authEvent: NostrEvent = {
|
||||
kind: 24242,
|
||||
content: desc,
|
||||
// content: desc,
|
||||
content: "File upload",
|
||||
created_at: createdAt,
|
||||
tags: [
|
||||
["t", "media"],
|
||||
|
||||
Reference in New Issue
Block a user