Files
Fred 82537616f5 fix(integration): stop sending empty tags to Raindrop
strings.Split("", ",") returns [""], so an empty tag configuration
attached a single empty-string tag to every bookmark saved through the
Raindrop integration. Split the configured tags with SplitSeq, trim
whitespace, drop empty items, and omit the tags field entirely from the
payload when no tags are configured.
2026-07-21 20:30:53 -07:00
..