@kibi that was my first thought, but "show reblogs" works by setting a filter on the status list (entirely clientside), while this requires actually subscribing to a different timeline (public:media or community:media) and replacing the status list
which is fine, they can do that just dandy when in a column where i can update the onlyMedia property, but unlike show reblogs / show replies, onlyMedia isn't read out of the redux state it seems like
mastodev, code review requested Show more
@chr you'll have to add it probably; what i remember is this:
column settings are stored by type, regardless of whether the column is pinned, eg "public" or "hashtag:#{tag}" (i don't remember the strings exactly). if you somehow managed to open two columns of the same type at once, they'd share settings. (some people don't like this behavior, but.)
so what you'll need to do is add a new prop to THAT object, and do everything based on that