Commit 6f47f72
fix(chat): correct chatters selector for @ mention autocomplete (#43)
* Fix cross-platform icon compatibility
- Add cross-platform icon handling for Linux/macOS support
- Convert Windows .ico to .png for non-Windows platforms
- Update tray and thumbar icons to use platform-appropriate format
Fixes application crashes on Linux due to unsupported .ico format
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(chat): correct chatters selector for @ mention autocomplete
Fixes the data selector for chatters in the chat input component.
The selector was looking for chatters in state.chatrooms[].chatters
but the data is actually stored in state.chatters[chatroomId].
Resolves #40
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 20d658b commit 6f47f72
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments