Bugfixes
This commit is contained in:
parent
200c6edc18
commit
be68208056
2 changed files with 17 additions and 12 deletions
|
@ -365,7 +365,7 @@ class MicroblogPubBackend(Backend):
|
|||
key to make it easy to query a whole thread."""
|
||||
in_reply_to = create.get_object().inReplyTo
|
||||
if not in_reply_to:
|
||||
pass
|
||||
return
|
||||
|
||||
new_threads = []
|
||||
root_reply = in_reply_to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue