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
When i try to call myitem.object.first.modify(), and in the serialized json, i will get something like "Article:http://www.w3.org/ns/activitystreams#Object". That doesn't seem right to me.
When i try to call myitem.object.first.modify(), and in the serialized json, i will get something like "Article:http://www.w3.org/ns/activitystreams#Object". That doesn't seem right to me.
I see it is coming from the _object.js constructor: https://github.com/jasnell/activitystrea.ms/blob/master/src/models/_object.js#L123. Do we need to append the as.Object type when there is types defined already?
The text was updated successfully, but these errors were encountered: