-
Notifications
You must be signed in to change notification settings - Fork 0
Comment
aris alexis edited this page Feb 8, 2016
·
2 revisions
Generic entity for activities,events and whatever else can appear on the stream. It has a one-to-many relationship to user's that liked it but embedded for caching.
User owner (stripped down)
String referenceId (a stream usually but any vertex can do)
Long timestamp
String body
String id
User[] likers (same as above)