Documentation updates.

This commit is contained in:
Storm Dragon
2025-07-20 21:53:01 -04:00
parent 31314764bf
commit 352bea6ec7
2 changed files with 10 additions and 0 deletions

View File

@ -137,6 +137,8 @@ Your sound pack should include audio files for these events:
- `post_sent` - User successfully posted
- `timeline_update` - New posts in timeline
- `notification` - General notification
- `autocomplete` - Autocomplete suggestions available (optional)
- `autocomplete_end` - Autocomplete interaction ended (optional)
- `startup` - Application started (optional)
- `shutdown` - Application closing (optional)
- `expand` - Thread expanded (optional)
@ -162,6 +164,8 @@ Create a `pack.json` file with this format:
"post_sent": "sent.wav",
"timeline_update": "update.wav",
"notification": "notification.wav",
"autocomplete": "autocomplete.wav",
"autocomplete_end": "autocomplete_end.wav",
"startup": "startup.wav",
"shutdown": "shutdown.wav",
"expand": "expand.wav",