[Glitch] Fix filters not applying in detailed view

Port 8c3eeb4d29 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-03-25 14:11:49 +01:00
parent 4a271072f5
commit 51fcb9ca99
4 changed files with 40 additions and 19 deletions

View File

@@ -6,6 +6,8 @@ export const toServerSideType = (columnType: string) => {
case 'thread':
case 'account':
return columnType;
case 'detailed':
return 'thread';
default:
if (columnType.includes('list:')) {
return 'home';