Skip to content

Commit

Permalink
Update praw/objector.py
Browse files Browse the repository at this point in the history
(cherry picked from commit praw-dev/praw@08ee4ce)
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
1 parent 9c1d8cf commit 74a03eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/objector.py
Expand Up @@ -83,7 +83,7 @@ def _objectify_dict(self, data):
"state",
}.issubset(data):
# not fetched conversation i.e., from conversations()
del data["objIds"] # delete objIds since could be missing data
del data["objIds"] # delete objIds since it could be missing data
parser = self.parsers["ModmailConversation"]
elif {"conversationIds", "conversations", "messages"}.issubset(data):
# modmail conversations
Expand Down

0 comments on commit 74a03eb

Please sign in to comment.