Emojis \o/ and fix threads
This commit is contained in:
parent
e01891d364
commit
c100796c86
5 changed files with 71 additions and 17 deletions
|
@ -473,6 +473,7 @@ class MicroblogPubBackend(Backend):
|
|||
# It means the activity is not in the inbox, and not in the outbox, we want to save it
|
||||
self.save(Box.REPLIES, reply)
|
||||
new_threads.append(reply.id)
|
||||
# TODO(tsileo): parses the replies collection and import the replies?
|
||||
|
||||
while reply is not None:
|
||||
in_reply_to = reply.inReplyTo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue