-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The database does not check for duplicate entries before insertion. If the same text or image is copied multiple times, it will create multiple database entries with different timestamps. Consider adding logic to check for duplicates (e.g., comparing the last N entries) or adding a unique constraint on text/image content if duplicates should be prevented.
Originally posted by @Copilot in #19
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working