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
Objects have 'content' (the bulk) and 'summary', but activities have 'content'. I argue that an activity’s content is actually it’s object, and that having activity.summary as a short human readable summary of the activity would be more appropriate.
E.G. if I have:
note.summary = "This is a medium length, tweet-like note for use in an example. This is a medium length, tweet-like note for use in an example. It has a <a href="">HTML link</a> in."
note.displayName = "This is a medium length, tweet-like note for use in an example. This is a…"
It’s associated post activity should look like this:
activity.object = note
activity.summary = "This is a medium length, tweet-like note for use in an example. This is a…"
activity.title = "Barnaby posted a note"
(I have obviously left out various properties for brevity)
The text was updated successfully, but these errors were encountered:
Objects have 'content' (the bulk) and 'summary', but activities have 'content'. I argue that an activity’s content is actually it’s object, and that having activity.summary as a short human readable summary of the activity would be more appropriate.
E.G. if I have:
It’s associated post activity should look like this:
(I have obviously left out various properties for brevity)
The text was updated successfully, but these errors were encountered: