fix unable to mark all messages read
This commit is contained in:
parent
04d66ba7f4
commit
9cd715bbbf
@ -219,7 +219,7 @@ class Ping extends \Zotlabs\Web\Controller {
|
|||||||
intval(local_channel())
|
intval(local_channel())
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'messages':
|
case 'mail':
|
||||||
$r = q("update mail set mail_seen = 1 where mail_seen = 0 and channel_id = %d ",
|
$r = q("update mail set mail_seen = 1 where mail_seen = 0 and channel_id = %d ",
|
||||||
intval(local_channel())
|
intval(local_channel())
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user