djangoflow / django-df-chat

Djangoflow in-app chat server using django-channels
MIT License
0 stars 16 forks source link

Fix/set room user as through for users on room #37

Closed Ambitiont109 closed 1 year ago

Ambitiont109 commented 1 year ago

Playing with https://github.com/djangoflow/django-df-chat/issues/21.

Note that this first removes the users field, then adds users as a M2M with through.

Since default migration for changing ManyToMany field is not working, custom migration has been used.