Add deletion notice

master
Thor 3 years ago
parent 9f03e6d96c
commit 236470190e
  1. 6
      cringebot.py

@ -237,6 +237,12 @@ class CringeBotClient(BotClient):
return
status_id = status["id"]
#if "Categorised as" in status["content"] and status["visibility"] == "direct":
# print("Deleting own status", status["id"])
# self.enqueue_deletion(status_id)
# return
#else:
# return
# Ignore bot's own statuses
if status_id in self.state["own"]:

Loading…
Cancel
Save