Added TTS Filter cache.

This commit is contained in:
Tom
2024-12-27 22:28:22 +00:00
parent 4979553c74
commit 6176e6f3b9
9 changed files with 262 additions and 36 deletions

View File

@ -8,5 +8,6 @@ namespace HermesSocketServer.Models
public User User { get; set; }
public ChatterStore Chatters { get; set; }
public PolicyStore Policies { get; set; }
public TTSFilterStore Filters { get; set; }
}
}