1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00

feat(frontend): chat column

Resolve #15830
This commit is contained in:
syuilo
2025-04-15 15:36:53 +09:00
parent 0d4feed6d3
commit 7c0806f208
8 changed files with 247 additions and 158 deletions

View File

@@ -38,6 +38,7 @@ export const columnTypes = [
'mentions',
'direct',
'roleTimeline',
'chat',
] as const;
export type ColumnType = typeof columnTypes[number];