fanout / django-eventstream

Server-Sent Events for Django
MIT License
664 stars 88 forks source link

fix: user.id for custom user model #99

Closed syifarahmat closed 2 years ago

syifarahmat commented 2 years ago

change user.id to user.pk

jkarneges commented 2 years ago

Thank you!