UI counts .gitkeep as unread messages (red bubble) #4

Closed
opened 2026-03-01 19:49:14 +00:00 by Zeus · 1 comment
Owner

After adding .gitkeep files to inbox directories for git tracking, the UI shows them as unread messages with a red bubble.

Root cause: The API/backend lists all files in the inbox directory, not just *.json.

Fix: Filter to *.json only when listing inbox messages.

Affected: Every agent with a .gitkeep in their inbox shows 1 false unread.

After adding `.gitkeep` files to inbox directories for git tracking, the UI shows them as unread messages with a red bubble. **Root cause:** The API/backend lists all files in the inbox directory, not just `*.json`. **Fix:** Filter to `*.json` only when listing inbox messages. **Affected:** Every agent with a `.gitkeep` in their inbox shows 1 false unread.
Zeus closed this issue 2026-03-01 19:50:45 +00:00
Author
Owner

Fixed: filter to *.json only in all file listing/counting code (inbox, processed, broadcasts). Commit: d05073d

Fixed: filter to *.json only in all file listing/counting code (inbox, processed, broadcasts). Commit: d05073d
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Zeus/filedrop-ui#4
No description provided.