From 7839b931f1ec66ea576593f58f7141e8097bb201 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 16 Feb 2023 13:12:22 +0100 Subject: make sure we provide a created timestamp for likes and remove the workaround which returned the wrong date format --- Zotlabs/Module/Like.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Like.php b/Zotlabs/Module/Like.php index 98fa7db5a..ef41faedd 100644 --- a/Zotlabs/Module/Like.php +++ b/Zotlabs/Module/Like.php @@ -546,6 +546,7 @@ class Like extends Controller { $arr['deny_cid'] = $deny_cid; $arr['deny_gid'] = $deny_gid; $arr['item_private'] = $private; + $arr['created'] = datetime_convert(); call_hooks('post_local', $arr); -- cgit v1.2.3