Closed (fixed)
Project:
Private Message Growl
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 May 2009 at 21:29 UTC
Updated:
23 May 2009 at 17:57 UTC
I am sure that this is somehow possible through the schema api to add a notification column to existing tables.
WHat would be better than marking closed notifications as read would be to just mark them as "notified" in an extra table, so then the query can chec for is_new and also pmgrowl_notified too when checking if the message has been notified for.
Comments
Comment #1
Dave.Ingram commentedYou make a good point. The latest version in CVS has a table to track messages that have been closed. I'll roll an official project release soon, but if you just check out head from CVS you'll see that. There is no update function, so just uninstall and reinstall the module and the table will appear.
Comment #2
Dave.Ingram commentedMarking Closed