From 9cd715bbbf8b02fad21b1f4982c8de7c0e575154 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 6 Nov 2017 09:34:20 +0100 Subject: fix unable to mark all messages read --- Zotlabs/Module/Ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index 5e2d04c1f..3c6dda1e9 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -219,7 +219,7 @@ class Ping extends \Zotlabs\Web\Controller { intval(local_channel()) ); break; - case 'messages': + case 'mail': $r = q("update mail set mail_seen = 1 where mail_seen = 0 and channel_id = %d ", intval(local_channel()) ); -- cgit v1.2.3