* Add “account timeline” filter category
Previously, no filter category applied to account timelines.
* Rename “Account timelines” into “Profiles”
shouldUpdateScroll={shouldUpdateScroll}
emptyMessage={emptyMessage}
bindToDocument={!multiColumn}
+ timelineId='account'
/>
</Column>
);
case 'notifications':
case 'public':
case 'thread':
+ case 'account':
return columnType;
default:
if (columnType.indexOf('list:') > -1) {
notifications
public
thread
+ account
).freeze
include Expireable
hint_html: "<strong>What are featured hashtags?</strong> They are displayed prominently on your public profile and allow people to browse your public posts specifically under those hashtags. They are a great tool for keeping track of creative works or long-term projects."
filters:
contexts:
+ account: Profiles
home: Home timeline
notifications: Notifications
public: Public timelines