restore following column type

This commit is contained in:
Hazelnoot 2025-03-30 02:08:28 -04:00
parent ea2a3be70f
commit b6b0a54101

View file

@ -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];