I'm writing a script that monitors various services (Twitter, Reddit, etc) for notifications.
Originally I used 0.7.10 and relied upon Redd::Models::Comment#new to determine if a comment was new or not. But it seems #new is not there in 0.8.x and 0.9.x. I didn't see an obvious replacement for it.
Is there another way I can find out if a particular comment is new (unread) or not?
I'm writing a script that monitors various services (Twitter, Reddit, etc) for notifications.
Originally I used 0.7.10 and relied upon
Redd::Models::Comment#new
to determine if a comment was new or not. But it seems#new
is not there in 0.8.x and 0.9.x. I didn't see an obvious replacement for it.Is there another way I can find out if a particular comment is new (unread) or not?