Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2020-11-07 20:14:07 -08:00
commit abd96717da

View file

@ -222,6 +222,8 @@ def handle_create(activity):
return
status = status_builder.create_status(activity['object'])
if not status:
return
# create a notification if this is a reply
if status.reply_parent and status.reply_parent.user.local: