fix emergency bug

This commit is contained in:
felinae98
2021-06-30 09:15:07 +08:00
parent 122e6875a5
commit c8f5adc96e
2 changed files with 3 additions and 0 deletions
@@ -168,6 +168,7 @@ class NewMessageProcessMixin(StorageMixinProto, MessageProcessMixin, abstract=Tr
if post_id in store.exists_posts:
continue
res.append(raw_post)
store.exists_posts.add(post_id)
self.set_stored_data(target, store)
return res