From b5f184388a5a87b5f7352b66a9691788ec0b244d Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sat, 9 Sep 2023 12:22:40 +0000
Subject: [PATCH] Fix update after activity

---
 src/Content/Conversation.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php
index 289b7851c4..34f3b923c2 100644
--- a/src/Content/Conversation.php
+++ b/src/Content/Conversation.php
@@ -537,7 +537,7 @@ class Conversation
 
 			if (!$update) {
 				$live_update_div = '<div id="live-channel"></div>' . "\r\n"
-					. "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 10)
+					. "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 8)
 					. '?f='
 					. (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
 					. (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
-- 
2.39.5