Feat: add backlog

This commit is contained in:
Grail Finder
2025-05-11 09:31:03 +03:00
parent e654f6f456
commit becd3aca02
8 changed files with 77 additions and 79 deletions

View File

@ -9,5 +9,5 @@ var (
CacheStatePrefix = "state-"
// sse
NotifyRoomUpdatePrefix = "roomupdate_"
NotifyMimePrefix = "mimeclue_"
NotifyBacklogPrefix = "backlog_"
)