mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-24 19:54:22 -04:00
Refactor message grouping out and add a limit setting
This commit is contained in:
parent
69184a74fe
commit
7b9de314ab
13 changed files with 111 additions and 59 deletions
|
@ -14,6 +14,7 @@ namespace DiscordChatExporter
|
|||
// Services
|
||||
SimpleIoc.Default.Register<IDataService, DataService>();
|
||||
SimpleIoc.Default.Register<IExportService, ExportService>();
|
||||
SimpleIoc.Default.Register<IMessageGroupService, MessageGroupService>();
|
||||
SimpleIoc.Default.Register<ISettingsService, SettingsService>();
|
||||
|
||||
// View models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue