mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
f8495082aa
commit
5c5d838d30
@ -394,7 +394,8 @@ class KomradeX(Caller):
|
||||
post_id,
|
||||
prefix='/post/'
|
||||
)
|
||||
inbox_ids.remove(post_id)
|
||||
if post_id in inbox_ids:
|
||||
inbox_ids.remove(post_id)
|
||||
self.save_inbox(inbox_ids)
|
||||
|
||||
def inbox(self,topn=100,only_unread=False,delete_malformed=False):
|
||||
|
Loading…
Reference in New Issue
Block a user