Update follow list functions to support feed_id
- Added p_feed_id parameter to create_follow_list, activate_follow_list,
deactivate_follow_list, get_follow_lists, get_follow_list,
get_active_follow_lists, and get_all_followed_entities
- Functions use user's default feed when feed_id is not provided
- Updated ON CONFLICT clauses for new primary key structure
- Dropped old function signatures to prevent ambiguity
Co-Authored-By:
Claude Opus 4.5 <noreply@anthropic.com>