Open dipakparmar opened 2 years ago
something like this ...
$strdate = strtotime( date( 'Y-m-d H:i:s' ) );
$markedread = $db->query( 'update message SET is_read = 1, date_read = ' . $strdate . ' where ROWID = ' . $rowid )->fetch( PDO::FETCH_ASSOC );
Will this mark it as read on all devices, or just the current computer?
Currently don’t remember as haven't had time to add that to the PHP script, but as long iMessage sync is enabled, it should mark it read on all of the devices. (haven't confirmed the sync)
I would love to have this feature as well.
PS. I could test this out for you, just need to know how to grab the rowid and also what line to put this in.
@madmaximux you can access the ROWID
from the message
table eg. message.rowid
see code in find-messages.php
I'd love to have this feature too!
Thanks for the request, @AnKingMed. I will see what I can do in the week or so.
Awesome thank you! Happy to test if you need a tester
It would be nice to mark the selected message as read after copying it to the clipboard. Can be turned on or off with env. variable.