diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-30 02:08:28 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-30 02:08:28 -0400 |
| commit | b6b0a54101a810b2c66ec0a2a4aab7015a7b3ba8 (patch) | |
| tree | 36b9f6eaa5fed1dd884712b6dc4e66999bb061f0 | |
| parent | Merge branch 'develop' into merge/2025-03-24 (diff) | |
| download | sharkey-b6b0a54101a810b2c66ec0a2a4aab7015a7b3ba8.tar.gz sharkey-b6b0a54101a810b2c66ec0a2a4aab7015a7b3ba8.tar.bz2 sharkey-b6b0a54101a810b2c66ec0a2a4aab7015a7b3ba8.zip | |
restore following column type
| -rw-r--r-- | packages/frontend/src/deck.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/deck.ts b/packages/frontend/src/deck.ts index 1118082c0d..269a763ce7 100644 --- a/packages/frontend/src/deck.ts +++ b/packages/frontend/src/deck.ts @@ -39,6 +39,7 @@ export const columnTypes = [ 'mentions', 'direct', 'roleTimeline', + 'following', ] as const; export type ColumnType = typeof columnTypes[number]; |