From 0e9b7a60dd9258d4cb8857b76c198ca0d208d361 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Oct 2024 22:07:45 +0100 Subject: [PATCH] Extra link types --- daemon_get_post.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon_get_post.py b/daemon_get_post.py index 4b3e54bb2..a496052f2 100644 --- a/daemon_get_post.py +++ b/daemon_get_post.py @@ -1294,6 +1294,8 @@ def show_conversation_thread(self, authorized: bool, '?repeat' not in path and \ '?un' not in path and \ '?like' not in path and \ + '?delete' not in path and \ + '?postedit' not in path and \ '?bookmark' not in path and \ '?selreact' not in path and \ '?mute' not in path and \