You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've got a simple question. What's the intended difference between seen_at and read_at? The readme mostly mentions read/mark_as_read. Is it like, one is for notifications having been delivered? But that doesn't quite make sense to me as seen. Would appreciate any clarification or examples of how people are using this, thanks!
On a tangentially related note, it seems like it'd be good to have indexes on these fields, because it seems like getting unread notifications would be a common operation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I've got a simple question. What's the intended difference between
seen_at
andread_at
? The readme mostly mentionsread
/mark_as_read
. Is it like, one is for notifications having been delivered? But that doesn't quite make sense to me asseen
. Would appreciate any clarification or examples of how people are using this, thanks!On a tangentially related note, it seems like it'd be good to have indexes on these fields, because it seems like getting unread notifications would be a common operation.
Beta Was this translation helpful? Give feedback.
All reactions