More consistent naming for generated note activity
This commit is contained in:
parent
39931e2e69
commit
ac9c071388
@ -31,7 +31,7 @@ class Article(Note):
|
|||||||
@dataclass(init=False)
|
@dataclass(init=False)
|
||||||
class GeneratedNote(Note):
|
class GeneratedNote(Note):
|
||||||
''' just a re-typed note '''
|
''' just a re-typed note '''
|
||||||
type: str = 'NoteUpdate'
|
type: str = 'GeneratedNote'
|
||||||
|
|
||||||
|
|
||||||
@dataclass(init=False)
|
@dataclass(init=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user