From 733e1b43c5a2abee7ad5a6bb55bc748968ea78f5 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Sat, 9 May 2026 20:38:55 -0500 Subject: [PATCH] Deleted old lib patch --- api.py.patch | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 api.py.patch diff --git a/api.py.patch b/api.py.patch deleted file mode 100644 index 538ed36..0000000 --- a/api.py.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 7b3421cf893ef8ea36978ae1343f7c8d5d353412 Mon Sep 17 00:00:00 2001 -From: Hash Borgir -Date: Tue, 13 Feb 2024 15:48:35 -0700 -Subject: [PATCH] api.py patch - ---- - simplematrixbotlib/api.py | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/simplematrixbotlib/api.py b/simplematrixbotlib/api.py -index 6d51b38..3af7e7e 100644 ---- a/simplematrixbotlib/api.py -+++ b/simplematrixbotlib/api.py -@@ -347,6 +347,7 @@ class Api: - pass # Successful upload - else: - print(f"Failed Upload Response: {resp}") -+ return - - content = { - "body": os.path.basename(image_filepath), -@@ -394,6 +395,7 @@ class Api: - pass # Successful upload - else: - print(f"Failed Upload Response: {resp}") -+ return - - content = { - "body": os.path.basename(video_filepath), --- -2.34.1 -