Fixes federation bugs
This commit is contained in:
parent
6e97592518
commit
a17f54e457
7 changed files with 30 additions and 24 deletions
|
@ -21,7 +21,7 @@ def create_generated_note(user, content, mention_books=None):
|
|||
parser.feed(content)
|
||||
content = parser.get_output()
|
||||
|
||||
status = models.GeneratedStatus.objects.create(
|
||||
status = models.GeneratedNote.objects.create(
|
||||
user=user,
|
||||
content=content,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue