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':
|
||||
return columnType;
|
||||
default:
|
||||
if (columnType.includes('list:')) {
|
||||
if (columnType.includes('list:') || columnType.includes('antenna:')) {
|
||||
return 'home';
|
||||
} else {
|
||||
return 'public'; // community, account, hashtag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue