Add home filter to antenna timeline
This commit is contained in:
parent
dccd09debf
commit
feab26d31d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export const toServerSideType = (columnType: string) => {
|
||||||
case 'account':
|
case 'account':
|
||||||
return columnType;
|
return columnType;
|
||||||
default:
|
default:
|
||||||
if (columnType.includes('list:')) {
|
if (columnType.includes('list:') || columnType.includes('antenna:')) {
|
||||||
return 'home';
|
return 'home';
|
||||||
} else {
|
} else {
|
||||||
return 'public'; // community, account, hashtag
|
return 'public'; // community, account, hashtag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue