justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

Nullify Actor (Potential feature?) #441

Closed ReproKillbot closed 4 years ago

ReproKillbot commented 4 years ago

We want to make Actions for a user that is not logged in, an anonymous user. Our plan to do this is to make user nullable on Action. Does this plan make sense, are there any unintended consequences to this?