how do i wait for a wall comment and gets the content and then wait for another wall comment with wasteof-client
on notification count
iterate through all wall comments messages
“read” the others
act on the other ones
“read” them too
using socket.io, on “updateNotificationCount” (I think), get the unread notifications. for notification in notifications, if the notification isn’t a wall comment, “read” it. otherwise, act on it, then “read” it.