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
Originally posted by @Copilot in #19