chore: cleanup unused files and update cache keys

This commit is contained in:
CREDO23 2026-01-19 14:38:05 +02:00
parent 0b675dfc3b
commit 8ad6c268df
4 changed files with 2 additions and 678 deletions

View file

@ -75,7 +75,4 @@ export const cacheKeys = {
comments: {
byMessage: (messageId: number) => ["comments", "message", messageId] as const,
},
mentions: {
all: (searchSpaceId?: number) => ["mentions", searchSpaceId] as const,
},
};