I noticed that when I get activities from a notification feed using mark_read=[<id>]
the response seems incorrect: response.unread
shows the correct counter (that is, it has decreased by 1), but the object for <id>
in response.results
has is_read=false
.
Is this a bug or expected behaviour? and if this is expected, what's the best way to handle this on my side so I don't display it as being unread?