Skip to content

Commit

Permalink
handle pm
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 29, 2024
1 parent 9971b7a commit 0a53350
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ async def handle_pm(self, msg: Msg) -> None:
except msgspec.ValidationError:
return

if value.op != "u":
return

after = value.after
if after is None:
return
Expand Down

0 comments on commit 0a53350

Please sign in to comment.