Prevent nil pointer panic from ActivityObject() method
Previously, we might potentially return a nil activitystreams.Object,
which would crash the app. This fixes that.
Prevent nil pointer panic from ActivityObject() method Tags None Subscribers None
Description
Details
|