1.1.0 #352

Merged
edraft merged 145 commits from 1.1.0 into master 2023-08-24 17:50:25 +02:00
Showing only changes of commit c2b32996fd - Show all commits

View File

@ -56,8 +56,8 @@ class BaseModule(ModuleABC):
services.add_transient(UserWarningsService)
# forms
services.add_singleton(BugReportForm)
services.add_singleton(ComplaintForm)
services.add_transient(BugReportForm)
services.add_transient(ComplaintForm)
# commands
self._dc.add_command(AFKCommand)