mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-23 06:16:18 +00:00
One last function we don't need
This commit is contained in:
parent
e3317ff771
commit
003740ca21
1 changed files with 0 additions and 7 deletions
|
@ -14,13 +14,6 @@ def delete_status(status):
|
|||
status.save()
|
||||
|
||||
|
||||
def get_status(remote_id):
|
||||
''' find a status in the database '''
|
||||
return models.Status.objects.select_subclasses().filter(
|
||||
remote_id=remote_id
|
||||
).first()
|
||||
|
||||
|
||||
def create_generated_note(user, content, mention_books=None):
|
||||
''' a note created by the app about user activity '''
|
||||
# sanitize input html
|
||||
|
|
Loading…
Reference in a new issue