UserFeed
UserFeed — per-user, per-feed state stored in the user_feeds table.
(The Feed model owns feed-level data; user_feeds joins users ↔ feeds with
per-relationship settings like episode_order, delivery_mode, last_viewed_at.)
Constants
VALID_DELIVERY_MODES = ["off", "notify", "mp3"] of ::String
Constructors
new
SourceClass methods
Returns every subscriber to feed_id whose delivery_mode is one of the
active modes ('notify' or 'mp3'). Used by Delivery::Dispatch.fanout.
Instance methods
initialize
Source