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