One last function we don't need
This commit is contained in:
parent
e3317ff771
commit
003740ca21
|
@ -14,13 +14,6 @@ def delete_status(status):
|
||||||
status.save()
|
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):
|
def create_generated_note(user, content, mention_books=None):
|
||||||
''' a note created by the app about user activity '''
|
''' a note created by the app about user activity '''
|
||||||
# sanitize input html
|
# sanitize input html
|
||||||
|
|
Loading…
Reference in New Issue