Commit 85c7eb9
fix(blossom): handle UTF-8 characters in filenames during upload auth
Replace btoa() with TextEncoder approach to properly encode Unicode
characters in filenames (spaces, international characters, emojis).
The btoa() function only supports Latin1 encoding and would fail when
the auth event content contained non-ASCII characters.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 83dc10c commit 85c7eb9
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
0 commit comments