[Glitch] Add “account timeline” filter category

Port JS changes from 43daeccccb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
remotes/1698178055505214576/signup-info-prompt
ThibG 2020-01-23 21:32:00 +01:00 committed by Thibaut Girka
parent de76a8969e
commit 4f51fe03c9
2 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class AccountTimeline extends ImmutablePureComponent {
onLoadMore={this.handleLoadMore}
emptyMessage={<FormattedMessage id='empty_column.account_timeline' defaultMessage='No toots here!' />}
bindToDocument={!multiColumn}
timelineId='account'
/>
</Column>
);

View File

@ -27,6 +27,7 @@ export const toServerSideType = columnType => {
case 'notifications':
case 'public':
case 'thread':
case 'account':
return columnType;
default:
if (columnType.indexOf('list:') > -1) {