Loads subclass for generated note

Fixes display weirdness in threads
This commit is contained in:
Mouse Reeve 2022-01-06 11:27:02 -08:00
parent 32ac4111aa
commit 45393af843

View file

@ -63,6 +63,8 @@ def load_subclass(status):
return status.review
if hasattr(status, "comment"):
return status.comment
if hasattr(status, "generatednote"):
return status.generatednote
return status