As already discussed in #131, I've found some nil dereferences when playing with the social API.
This pull request includes two commits that fix the bug discussed in #131 as well as another one I've discovered in function create of file social_wrapped_callbacks.go.
With the latter one I'm not 100% sure if it's a valid solution (where else to put those missing IRIs to?); maybe someone more familiar with ActivityPub knows better.
As already discussed in #131, I've found some nil dereferences when playing with the social API.
This pull request includes two commits that fix the bug discussed in #131 as well as another one I've discovered in function
create
of filesocial_wrapped_callbacks.go
.With the latter one I'm not 100% sure if it's a valid solution (where else to put those missing IRIs to?); maybe someone more familiar with ActivityPub knows better.