From f6a4997d6fcb9e2e1859ea8b8912db5e853fb0fc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 9 Dec 2025 11:29:51 +0000 Subject: [PATCH] fix issue #1954 --- Zotlabs/Lib/Enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index 6d5e249ef..2c208ad03 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -511,7 +511,7 @@ class Enotify { */ - $hash = ((in_array($params['verb'], ['Create', 'Update'])) ? $params['item']['uuid'] : $params['item']['thr_parent_uuid']); + $hash = ((in_array($params['verb'], ['Create', 'Update', 'Invite'])) ? $params['item']['uuid'] : $params['item']['thr_parent_uuid']); if (!$hash) { $hash = new_uuid();