Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 40e7ccb

Browse files
committed
Check for deletions using content, not HTML
Fixes #135.
1 parent f6cd80a commit 40e7ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skpy/msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def html(self):
257257

258258
@property
259259
def deleted(self):
260-
return self.html == ""
260+
return self.content == ""
261261

262262
def read(self):
263263
"""

0 commit comments

Comments
 (0)