restore following column type
This commit is contained in:
@@ -39,6 +39,7 @@ export const columnTypes = [
|
|||||||
'mentions',
|
'mentions',
|
||||||
'direct',
|
'direct',
|
||||||
'roleTimeline',
|
'roleTimeline',
|
||||||
|
'following',
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export type ColumnType = typeof columnTypes[number];
|
export type ColumnType = typeof columnTypes[number];
|
||||||
|
|||||||
Reference in New Issue
Block a user