[ flox1an/nostube ] fix: apply video deduplication to suggestions Reuse deduplicateByIdentifier from video-event.ts in filter-video-suggestions.ts to deduplicate videos in the suggestions sidebar. Videos posted as both kind 21 and 34235 (or 22 and 34236) with the same d tag are now properly deduplicated, preferring addressable events. 🤖 Generated with [Claude Code]()
[ arbadacarbaYK/gittr ] FIX: Allow empty files array in pushFilesToBridge - check for null/undefined not falsy Root cause: pushFilesToBridge was returning early if files was falsy, but empty arrays [] are truthy. However, if files was undefined/null, it would skip. Changed check to explicitly check for null/undefined, allowing empty arrays to pass through. This ensures bridge push is called even when filesForBridge is empty, allowing --allow-empty commits to be created.
[ ocknamo/nosskey-sdk ] Merge branch 'main' of github.com:ocknamo/nosskey-sdk