-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently the base rss struct consist mainly of Options. This makes using them to create UI content a hassle. Since missing fields will get a default replacement it will be easier to work with a 'safe' or 'optionless' version of the struct, which takes in a normal item struct and replaces the None fields with a default value
Reactions are currently unavailable