1.1.0.rc2 #342

Merged
edraft merged 9 commits from 1.1.0.rc2 into 1.1.0 2023-08-16 19:09:05 +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)